Skip to content
Advertisement

Tag: openssl

Decrypt Crypto-js encrypted text with key with PHP

I’m using Crypto-js for encrypting password with a key and send it to server. I want to decrypt it in server using PHP. How this can be done? JS: Encrypted text: U2FsdGVkX1+EaW3J1GE1k/EU5h6C+nxBH364Xhez+b0= PHP: Result: string(32) “����>���s��ȡ�V?E��M���I” I’m getting weird results here. Answer The following solution is not from my side but from @Artjom B., so all credits go to him.

Advertisement