Is it possible to prevent data in app's folder in internal storage from being accessed by a malicious user who gains physical access to the device and roots the device?
For eg: I have set android:debuggable
- false in android manifest and even disabled allowBackup
to false. But if someone steals the device and roots it, they would be able to take the files from internal storage. Is it possible to prevent it?
Thanks in advance and any help would be appreciated.
How to restrict access to app files in internal storage in cordova android?
451 Views Asked by Phoenix Dev At
2
My class is Crypter.java, copy this code into them
And than this is an example to use Crypter class:
Example first encrypts the string to byte[] and encode it in Base64 to write it to a .txt file, than does the reverse proccess to decrypt the encoded string