How to make encryption and decryption on an application’s files in sd-card? so that i may secure the files on the sdcard and no other person will be able to access outside of that application with out decryption on those files??
Is there any person who can give me any good example source to implement the encryption on android application?
I have written this program that will encrypt a file using AES and decrypt the same file. This will surely help you.