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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -