android - Storing password for an offline app -


I am developing an app where users can use it in remote locations. I have asked for a startup dialog for the password I saved the password in the shared contexts .

My question is, is there a good idea to do this? Or is there a better way to save passwords for offline apps?

Because when I tried to clear data for your app in Settings -> Apps, reference my password saved in shared is also being removed.

You can have your password hash and store it in a file

< P> Search for hash functions such as MD5 or ..


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -