[GH-ISSUE #590] [Documentation] Fingerprint lock and encryption #6843

Closed
opened 2026-04-10 23:11:43 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @gpa on GitHub (Sep 2, 2019).
Original GitHub issue: https://github.com/bitwarden/android/issues/590

I logged in with my passphrase to the mobile app and then set the fingerprint lock. I just assumed that the unencrypted data is kept in memory and then only shown after a fingerprint verification. But then I restarted my phone and was still able to access the data with just the fingerprint. From reading the source code I could see that a FingerprintUnlockKey is being used, but it is unclear to me how it works and would really appreciate some documentation on it and how it compares to just using the password security-wise.

Originally created by @gpa on GitHub (Sep 2, 2019). Original GitHub issue: https://github.com/bitwarden/android/issues/590 I logged in with my passphrase to the mobile app and then set the fingerprint lock. I just assumed that the unencrypted data is kept in memory and then only shown after a fingerprint verification. But then I restarted my phone and was still able to access the data with just the fingerprint. From reading the source code I could see that a FingerprintUnlockKey is being used, but it is unclear to me how it works and would really appreciate some documentation on it and how it compares to just using the password security-wise.
Author
Owner

@kspearrin commented on GitHub (Sep 2, 2019):

The encryption key is persisted to the protected storage area on the device (keychain or key store).

<!-- gh-comment-id:527149867 --> @kspearrin commented on GitHub (Sep 2, 2019): The encryption key is persisted to the protected storage area on the device (keychain or key store).
Author
Owner

@uchagani commented on GitHub (Oct 2, 2019):

In my opinion, on reboot all instances (app and auto fill extension) should be locked.

<!-- gh-comment-id:537333532 --> @uchagani commented on GitHub (Oct 2, 2019): In my opinion, on reboot all instances (app and auto fill extension) should be locked.
Author
Owner

@vvolkgang commented on GitHub (Jun 20, 2024):

Issue migrated to https://github.com/bitwarden/mobile/issues/590

<!-- gh-comment-id:2181551472 --> @vvolkgang commented on GitHub (Jun 20, 2024): Issue migrated to https://github.com/bitwarden/mobile/issues/590
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#6843