I'm using encrypt()
method in my laravel 7.0
project and I want to decrypt the encrypted value in my node project using crypto-js
. Anyone know how to do that? Thanks!
Asked
Active
Viewed 333 times
0

Denny Rustandi
- 317
- 2
- 13
-
That's apples and oranges... you can't decrypt something what is encrypted with something else.... you will have to decrypt with laravel because it's encrypted with laravel, or encrypt with crypto-js so you can decrypt with crypto-js – lewis4u May 19 '20 at 10:10
-
https://stackoverflow.com/questions/24337317/encrypt-with-php-decrypt-with-javascript-cryptojs – Simran May 19 '20 at 10:27