security - Where to store user credentials when using fingerprint authentication in Android -


as title suggests, i'm making app allows user login using fingerprint authentication. problem i'm having store credentials submit?

the flow -> user logs in first time credentials -> enable fingerprint auth , store these credentials -> validate fingerprint access stored credentials.

i thought of using sharedpreferences if device rooted these accessible.

so safest , secure place store these credentials avoid them being accessed outside of app?

edit:

i'm using wrapper handle fingerprint authentication
https://android-arsenal.com/details/1/4493


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -