Is encode (Base64) - encrypt - transmit safe over HTTP.
Or is encrypt - encode - transmit the right way to do it?
Is there possibility of data corruption because of this Why do we use Base64?
Using : Javax cipher AES/CBC/PKCS5Padding
for encrypting multipart http request with multiple file attachements
Encoding : base64