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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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