Hi All,
Can any one suggest me how to do decryption of an image using AES which is encrypted by AES algorithm by iOS application.
Or just tell me how to do encrypt/decrypt an image using AES algorithm in PHP.
Thanks in advance.
AES Encryption / Decryption of an image file
Moderator: General Moderators
Re: AES Encryption / Decryption of an image file
mcrypt is the way to go. Do you know exactly how the image was encrypted? It's not as simple as "AES-decrypt a file".