AES Encryption / Decryption of an image file

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
cankarthi
Forum Newbie
Posts: 1
Joined: Wed Oct 09, 2013 6:43 am

AES Encryption / Decryption of an image file

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: AES Encryption / Decryption of an image file

Post 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".
Post Reply