3

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 ?

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
shirish
  • 11,967
  • 27
  • 107
  • 190

1 Answers1

2

The --fingerprint option prints the fingerprint into 10 groups of 4 caracters to easily verify the gpg key.

GAD3R
  • 63,407
  • 31
  • 131
  • 192