|
|
|
|
|
by chousuke
2341 days ago
|
|
They don't really store your passwords, just an encrypted blob that's openable with your master password (more accurately, a key that is derived from it using an expensive operation so that brute-forcing is unfeasible.) You do need to trust them enough that they will never sniff your master password (AFAIK even the web vault is local only) but eg. the command-line client is open source, so you can at least verify their protocol. That said, I might switch to bitwarden at some point purely because it can be self-hosted. |
|