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
It seems we currently have an issue with all versions of Gopass when running on GPG 2.3.2, we confirmed it on two different setups in #1977 and I tried it with older Gopass version and even 1.10.0 isn't working properly.
$ gopass version
gopass 1.12.8 (2021-08-28 17:36:37) go1.17 darwin amd64
<root> - gpg 2.3.2 - git 2.30.1
Available Crypto Backends: age, gpgcli, plain
Available Storage Backends: fs, gitfs
with everything installed via Homebrew.
With gopass fsck he got:
[] Checking all secrets in store
] 132 / 252 [Gooooooooooooooooooooooooooooooooooooooooooooopass ] 52.38%
❌ fsck failed on root store: failed to check "account.co-op.co.uk/[email protected]": failed to read recipient IDs from raw secret: exit status 2
But the file decrypt via gpg:
$ gpg --decrypt account.co-op.co.uk/[email protected]
gpg: encrypted with rsa2048 key, ID <my key id>, created 2021-04-28
"Matthew Brett <[email protected]>"
<correct password>
Notice that gopass show account.co-op.co.uk/[email protected] works correctly.
He did not set the throw-keyids GPG config option.
It seems we currently have an issue with all versions of Gopass when running on GPG 2.3.2, we confirmed it on two different setups in #1977 and I tried it with older Gopass version and even 1.10.0 isn't working properly.
Thanks to @matthew-brett for noticing.
Here is his setup:
with everything installed via Homebrew.
With
gopass fsck
he got:But the file decrypt via gpg:
Notice that
gopass show account.co-op.co.uk/[email protected]
works correctly.He did not set the throw-keyids GPG config option.
Upon further debugging it appears that:
gave:
When he deleted this entry in Gopass, and created a new one in Gopass, with the same password, then running the same command on the new entry file:
On my side every thing worked well on GPG 2.2, installed using
brew install [email protected]
but it also doesn't work if I use GPG 2.3.2.The text was updated successfully, but these errors were encountered: