Angelelz / WinHelloUnlock

KeePass 2 plugin to automatically unlock databases with Windows Hello
MIT License
162 stars 15 forks source link

multipel users / multipel biometric keys #70

Open ralfgro opened 1 year ago

ralfgro commented 1 year ago

Describe the bug This is less an issue as a question/request. We have a shared keepass DB on a network share, currently multiple users are unlocking the DB with a master password. Is it possible to use WinHelloUnlock with biometric data for each user or is only the data of the first user valid that is opening keepass after enabling the plugin? I didn't try it with multiple users, but I can't see any option to store data for multiple users.

p-schneider commented 1 year ago

If I understand the concept correctly it's not stored in your database at all. So multiple users should be able to use it. Just make sure the URI to the file is stable, so you're opening it from the same path/folder every time.

Angelelz commented 1 year ago

If I understand the concept correctly it's not stored in your database at all. So multiple users should be able to use it. Just make sure the URI to the file is stable, so you're opening it from the same path/folder every time.

This is all correct! The data to unlock the database is stored with windows APIs not related to the database itself. And is stored locally, linked to the windows user.

ralfgro commented 1 year ago

Thx! Then I can safely enable this feature.