I am developing native application targeting android mobiles using Sencha Touch and phonegap. In this app, I am using file plugin to read / write data. These files should be accessible only via this app not via other app and not via USB.
It should be either hidden or encrypted.
Question: How to implement this file security and encryption & decryption or Is there a plugin to implement this?