Page 1 of 1

AES Encryption / Decryption of an image file

Posted: Wed Oct 09, 2013 7:38 am
by cankarthi
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.

Re: AES Encryption / Decryption of an image file

Posted: Wed Oct 09, 2013 10:07 pm
by requinix
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".