-
Describe the bugWhen I try to decrypt a password the app fails with a "Wrong password" error.
I know the password is correct. I have tried with many different keys but it keeps failing. Steps to reproduceSteps to reproduce the behavior:
Expected behaviorDecrypt all passwords, not only the generated in the app. ScreenshotsNo response Device information
Additional contextThis log is the one of my last try, with a NIST curve as mentioned in #2461. Maybe I am encrypting it wrong in my pc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The log indicates you're still using an AEAD-enabled key, so you got something wrong in the process. I would suggest trying again from scratch. |
Beta Was this translation helpful? Give feedback.
Any key you generate will work fine, you only need to edit it to drop the AEAD bit: https://wiki.archlinux.org/title/GnuPG#Disable_unsupported_AEAD_mechanism