I am currently study on AES, There are several good site explaining and giving example about AES Encryption in java such as this. Example show AES encrypt String into byte.
My question is how to convert application such as exe, txt and mp3? I understand i have to convert the application into byte before encryption can be implement but how do you achieve that?
The SO here and here explain about encrypt executable file but does not answer my question.