Fourhundred Thecat via Gnupg-users writes:
thank you, but what is actually the command to unlock the agent without
decrypting or signing a dummy file?
I'm not sure. I suspect that if you pipe the output of gpg-agent straight into something else it's
difficult to catch a clean prompt for a pa
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
Werner Koch via Gnupg-users writes:
I agree with your arguments. However, not providing FTP saves us from a
lot of bike shedding discussions ;-)
All technical considerations aside, would it make it sense to make it official with a short
announcement, even "a posteriori"?
My reasoning be
] https://github.com/drduh/YubiKey-Guide/issues/19#issuecomment-458663857
[1] https://git.sr.ht/~jman/dotfiles/tree/master/item/gnupg/.gnupg
[2] https://developers.yubico.com/yubico-pam/
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.
Vladimir Nikishkin via Gnupg-users writes:
There is a nice blog that GnuPG people write:
https://www.gnupg.org/blog/index.html
But there seems to be no way to subscribe to it via standard Atom/RSS
feed.
Is this intentional? Or maybe I just haven't found the links?
There's no direct RSS/Ato
Ryan McGinnis via Gnupg-users writes:
Why does GPG continue to be developed with email uses in mind even
though it's now widely accepted that GPG is a terrible way to securely
communicate with another person and that a number of much more secure, much
more
robust, much less complicated (from
To do the verification without any operation you can use "gpg
--card-edit" and then enter "verify".
If you want to see the commands send to the scd run
gpg --debug ipc --card-edit
Thank you so much for the detailed anwser! Based on your suggestion I
could debug that the "verify" command se