Android Question Encrypt apk

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

when the user opens the apk file of my application with the winrar, he can obtain all the files in the File.DirAssets, Is there any way to encrypt it ?

thanks in advance
 

DonManfred

Expert
Licensed User
Longtime User
Use encrypted files in your assets and decrypt them before using
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
maybe just modify the first bytes with xor and they are needless for normal user.
or use a sqllite database. (files and images you can put into a blob field)
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
thank you very much for help, as well as your ways I found also this tool By Erel.
 
Upvote 0
Top