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
Post a Comment