I do have an android application that downloads PDF files for display in a magazine app.
To secure the data I am already setting a user password. I was additionally thinking of removing the last 100 bytes of each file when stored on the device and adding them during run-time.
This at least would render the PDF not readable anymore.
Does anyone have a suggestion on how to achieve this with moderate effort and at the same time keeping the calulcating overhead low?
Thanks for any advice here.