I am working on a project where app uses some pdf files which are stored on sdcard . But i need to encrypt these files so that it cant be used normally by the user.
Is there any libraries or api for this problem .
Already used itext but not working on android. Please help?
I wrote the following example using AES to encrypt and decrypt files. See if this helps