java - Managing the password of an android application -


i developing secure android application! want manage password in secure way, mean don't want save password or private key. there password manager? or should generate myself?

you don't store password- login , returned token. token send future access. secures password without need encryption.

if you're more paranoid , want protect token well, use andrid keystore https://developer.android.com/training/articles/keystore.html secure private key (and generate private key on device, no need/good reason use same 1 on devices).


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -