android-password-store/Android-Password-Store

[BUG] AEAD error is reported as incorrect passphrase

PtitLutinn opened this issue · 1 comments

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:

  1. Go to the app
  2. Click on a password entry
  3. Put your password (I cc mine for accuracy)
  4. . 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

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.