Skip to content
Advertisement

Tag: cryptography

AES encrypt in python decrypt in php

I am asking this because I don’t really know php but must to somehow manage with. I have encrypted data in python and need to decrypt in php (serversite). python encryption: this gives ‘rtVabOaDdf528T63xOhhww’ output, which is correctly AES encrypted. and php which encrypts and decrypts in other way: There is some issue with openssl_decrypt() function because of “iv”. Can

Advertisement