Credential Security Android App

49 Views Asked by At

I build an Android Application, that needs some password and some Identiy information, for tests I just put them in String variables, Now I am looking for a way to Encrypt them, Any ideas ( Without Hash code ).

Thanks for your responses.

1

There are 1 best solutions below

0
ciccioska On

AccountManager can helps you to store in a secure place, username and password of your application: https://developer.android.com/reference/android/accounts/AccountManager.html