[BUG] AEAD error is reported as incorrect passphrase
PtitLutinn opened this issue · 1 comments
PtitLutinn commented
Describe the bug
When I type my password It says it's false but I'm 99% sure it's not.
can't open my password
Steps to reproduce
Steps to reproduce the behavior:
- Go to the app
- Click on a password entry
- Put your password (I cc mine for accuracy)
- . See error
Expected behavior
The pass entry unlock
Screenshots
No response
Device information
- Device: Huawai P8 lite 2017
- OS: Last EMUI version
- App version: 2.0.0.SNAPSHOOT
Additional context
I used this turn around : #1277 (comment) for the app to reconise my gpg key
the log file as asked log.txt
can't do openkeychain work with the official app, so I switch to the snapshoot
msfjarvis commented
It's a bug with how the app surfaces errors, the issue is that your key uses AEAD which GnuPG does in a non standard way. You'll need to remove it, you can find examples in the issue tracker itself.