On Sun, 23 Mar 2025 18:07, Frank Guthausen said: > $ gpg --list-keys --with-fingerprint --with-fingerprint | grep -B2 > "8777 461F 2A07 4EBC 480D 3594 19CC 1C9E 085B 107A"
gpg --fingerprint
is much easier to remember and is actually one of the oldest gpg
commands. However, the old human readable format for fingerprints is
not easy to c+p and thus the default for "gpg -k" has been changed to:
pub ed25519 2018-09-28 [SC] [expires: 2027-01-31]
AEA84EDCF01AD86C4701C85C63113AE866587D0A
uid [ultimate] [email protected]
[...]
Which makes it easy to c+p the fingerprint.
Shalom-Salam,
Werner
p.s.
FWIW, thre is yet another option to help read aloud the fingerprint:
$ gpg -k --with-icao-spelling 085b107A
pub ed25519 2018-09-28 [SC] [expires: 2027-01-31]
AEA84EDCF01AD86C4701C85C63113AE866587D0A
"Alfa Echo Alfa Eight Four Echo Delta Charlie Foxtrot Zero
One Alfa Delta Eight Six Charlie Four Seven Zero One
Charlie Eight Five Charlie Six Three One One Three Alfa
Echo Eight Six Six Five Eight Seven Delta Zero Alfa"
--
The pioneers of a warless world are the youth that
refuse military service. - A. Einstein
[email protected]
Description: application/pgp-keys
openpgp-digital-signature.asc
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-users
