You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
My wife and I both have separate openpgp keys. We share a password store, with passwords encrypted to both keys. Both keys are in OpenKeychain, on the same phone. Currently, the first key that is found is the only one that the app uses forever, and it doesn't offer the user the option to choose which key to decrypt with.
Describe the solution you'd like
When the user selects a password from the password store to decrypt, and there are multiple private keys available that would decrypt the password, there should be a dialog to choose which key to use. The user would choose a key, then input the passphrase for that key.
Describe alternatives you've considered
Another way to do it is the way gnupg on linux does. It tries one key, then if the user selects Cancel, tries the next key that would decrypt the message.