How to store sensitive string data - Android development -


i have included few strings in code. want hide strings external hackers.

can plz me...

you can use aes encryption encrypt/decrypt data , store/read file or shared preferences. aes key can hardcoded in app, or can use random generated key stored @ different place.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -