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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -