AnomalRoil
AnomalRoil
Mandatory link wrt. the topic: https://repology.org/project/gopass/versions To be noted that the Debian one is not our Gopass but another one.
@dominikschulz I think you can edit it by sending extra commits directly on the branch [morningspace/gopass](https://github.com/morningspace/gopass), and it will accept commits from the original repo maintainers.
What happens if you run `gopass show -c nameofanentry` ? Does it also keep running ?
Well, here is the logic behind it: - we do not change the content people are typing / saving in their secrets - we only support parsing of the said...
This is probably related to #1991 which is fixed by #1997
I'm using Gopass exclusively with a hardware token that's only containing an encryption subkey and a signature&authn one, and it works. So I'm not sure what's happening here. As far...
Also it seems we are compatible with throw-keyid and hidden recipients as far as I can tell: #1756 (which makes sense since we are delegating encryption and decryption to the...
Yes, thank you for the detailed walk-through. We haven't worked significantly on subkeys, recipients and gpg since 1.10.1. It seems we have multiple problems, here, indeed. That's not going to...
Confirmed to still be the case as described in the latest comment.
I just tested using the following: ``` ~ $ GOPASS_HOMEDIR=test1162 gopass init [...] ~ $ GOPASS_HOMEDIR=test1162 gopass generate test2 15 ✅ Password for entry "test2" generated Not printing secrets by...