Skip to content

Is it possible to login only with API keys, in a 'passwordless' manner? #135

Answered by quexten
DodoLeDev asked this question in Q&A
Discussion options

You must be logged in to vote

Bitwarden only uses API keys for authentication.
This circumvents captcha and 2FA. For decryption of your vault it still needs either your master password, or passkey(webauthn) PRF key (not implemented), just based on how the cryptographic architecture is designed. API keys

Goldwarden needs to have a way to decrypt the vault. Your master password is never saved, only your account's encryption key is saved locally on your device, encrypted with your pin. This is the same as what the official clients do.

Is there any specific concern about where the master password would leak?

If the concern is that you don't trust the software itself (I.e assume the developer (me) is malicious, despite it …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by quexten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants