I have already implemented encryption/decryption between php and android using AES/CBC.
However, when I decrypt images using android phone, it will always take more than 1 second for a 300k file. How can I speed up the decryption? Thank you very much!
PS: I am using mCrypt extension for php encryption and javax.crypto.Cipher for android decryption.
I mean can I use other cryto or other mode?