-
-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Labels
bugDefectsDefectscan-not-reproduceBug can't be reproducedBug can't be reproducedgpgGPG relatedGPG relatedneeds-inputuxUser experience / User Interface relatedUser experience / User Interface relatedwindowsAffects Windows (only)Affects Windows (only)
Milestone
Description
Summary
If gpg-agent takes more time to start than gopass is willing to wait (first usage after reboot on my machine), clear text password is written into console even if forbidden by -c parameter or config file.
gopass show -c ******
⚠ Entry "" not found. Starting search...
✅ Found exact match in "//***"
gpg: can't connect to the gpg-agent: IPC "connect" Aufruf fehlgeschlagen
❌ Decryption failed: exit status 2
decrypted content including password printed here
Error: failed to retrieve secret "***//": failed to decrypt
gopass does not exit after printing "exit status 2".
gpg-agent ui pops up after this message.
Decrypted content is written into console after pgp-agent got correct password for pgp key.
Expected behavior
- gopass should not print passwords to console, if forbidden by config or parameter.
- gopass should exit if not able to connect to gpg-agent in time.
Environment
- OS: win10pro german
- gopass Version: 1.13.1 and 1.14.4 (happens in both versions)
- Installation method: 1.13.1: choco; 1.14.4: binary download from github
Metadata
Metadata
Assignees
Labels
bugDefectsDefectscan-not-reproduceBug can't be reproducedBug can't be reproducedgpgGPG relatedGPG relatedneeds-inputuxUser experience / User Interface relatedUser experience / User Interface relatedwindowsAffects Windows (only)Affects Windows (only)