mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
[FEATURE] Decoy Vault #1144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @knightian on GitHub.
I had a thought about a useful feature.
What if Vaultwarden could detect a wrong password and use it to supply a decoy vault? So you have an account (email) that has it's normal master password, but you have also another master password attached to the same account (email) that if you supply under coercion it unlocks a decoy vault full of decoy password values.
@BlackDex commented on GitHub:
Sounds like a truecrypt feature.
But that isn't something which can be done by this project it self. Since the clients need to support that too.
Also, if you were coerced, they would probably check the results first and keep trying to get it out of you.