How do i decrypt a file in Android with AES?
问题 I have a file (mp3) that i Encrypt, my intention is then to download this file to an android device and decrypt it, but during decryption i get an IOException: java.io.IOException: last block incomplete in decryption I am aware of the obvious security flaws in the following code, I'm just trying to get it to work first. Any help on this is appreciated and I am quite a newcomer to coding in general so excuse me in advance if this is a stupid question! Encryption class(Not done in Android,