I am using gpg -
$ gpg --version
gpg (GnuPG) 2.2.12
libgcrypt 1.8.4
I am trying to understand the difference between the two commands :
$ gpg --list-key
and:
$ gpg --fingerprint
from whatever little I see, I don't see any difference between two outputs. Am I looking at something wrong ?
--fingerprintoutputs its hex code into 10 groups of 4 numbers, instead of bunching them as one string of 40 hex numbers as with--list-key.--list-keyor--list-keys? Thoughman gpgonly appears the latter