Skip to content Skip to sidebar Skip to footer

Android Encrypting And Decrypting A Resource File In A App

In Android how to decrypt a text file present in resource folder and use the data in it. So that i can maintain a encrypted file inside the resource folder in that apk. Help me to

Solution 1:

Take a look at the javax.crypto.Cipher packages.

Example here:

Android File Cryptography

Post a Comment for "Android Encrypting And Decrypting A Resource File In A App"