Hardware password manager? #27
Replies: 4 comments 7 replies
-
Not currently. I think the way most password managers work is wrong though (user does "something", then password manager decrypts All The Passwords into memory). It would be great if they at least just decrypted single passwords on-demand (e.g. after a FIDO2 hmac-secret challenge-reponse to the hardware key (cf. #23), or the key itself decrypts), and you could backup the encrypted versions to the cloud. If you want to actually store the passwords themselves on the key, then:
So I think this gets involved pretty quickly, and is out of scope for the near future. We generally try to innovate yet stay close to existing standards (not bundle up fully custom end-to-end solutions). Since FIDO2 uptake is so slow though, I do also think there's need + room for some interesting innovation in the personal password management area - hope SoloKeys will be involved! |
Beta Was this translation helpful? Give feedback.
-
I think you would have to go for one of the hardware keys dedicated for this or alternatively use a software password manager and then use the solokey as 2FA for it. |
Beta Was this translation helpful? Give feedback.
-
It's not really a hardware password manager solution, but what I currently do (with a Yubikey and hope to be able to do with the Solo v2 as well¹) is use the "pass" (default UNIX) password manager with an OpenPGP key that is securely stored on my Yubikey. In this way, the secret key is never present on the device itself, that uses the password manager, while the passwords are in encrypted form. But as this solution also works with my Android phone using a private git repository for synchronisation. Whenever I need a password, I need to tap the Yubikey to the phone, however, but I can also be sure, that passwords are secure on a largely not too trustworthy mobile platform. Main issue in my setup is, that obviously there doesn't seem to be a great solution for Windows, if that is your preferred desktop platform, but I have not explored these options intensively. A short overview how that would work with a Yubikey can be found here (not written by me): https://blog.filippo.io/touch-to-operate-password-store-yubikey-4/ ¹I will still need to explore what supporting only PIV instead of OpenPGP for the moment means for this setup. |
Beta Was this translation helpful? Give feedback.
-
I have more than 100 passwords for different sites and accounts that I keep in a software password manager. If my computer is ever compromised all passwords become compromised.
Can the Solo2 work as a hardware password manager and store up to 200 accounts / passwords on the device and only send them if needed and confirmed by a hardware button?
Beta Was this translation helpful? Give feedback.
All reactions