twsouthwick / KeePassWin

A UWP implementation of a KeePass client
GNU General Public License v3.0
39 stars 5 forks source link

Added simple Hello support #61

Closed GitMoDu closed 2 years ago

GitMoDu commented 6 years ago

I got this working version working in a very simple way. In case of DB open success, the password is stored in the CredentialVault. When getting credentials to open a DB, before prompting for password, it tries getting credentials from the vault, validate by Windows Hello. For now, no keyfile support, some crude key addressing and hardcoded strings (just one, I think).

twsouthwick commented 6 years ago

Thanks for the request! I'll take a look at it

GitMoDu commented 6 years ago

Thanks for the detailed feedback, I'll try to implement all suggested changes.