Re: decrypting to stdout does not work properly

2024-10-06 Thread jman via Gnupg-users
Fourhundred Thecat via Gnupg-users writes: Also, is there a command for unlocking the agent without actually decrypting anything ? Hi, funny that I asked exactly the same question a few years ago. I wanted to check if my keyring was unlocked before doing any actual operation. Apparently the

decrypting to stdout does not work properly

2024-10-06 Thread Fourhundred Thecat via Gnupg-users
Hello, I have a script to decrypt a file and send it to another program: gpg -q -d "$filename" | mpv - this works fine when my gpg agent is already unlocked, ie the passphrase is alredy cached. But when the agent is not yet unlocked, I get some garbled passphrase prompt which breaks my termin