I've been using this code to upload an image : how to post an image to the web server and it works fine.
My question is : is there a way to aes-256 encrypt the image with a passphrase before sending it and decrypting it with php on the server? It's like using these functions : AES Encryption for an NSString on the iPhone but instead of NSString, NSData.
Any help would be useful.