m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gpg.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-30 19:41:37 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-30 19:41:37 +0200
commitbfebbc4ae9d14f39161405ac110457cbadabb0dc (patch)
treefb1384787d726201a974f46117bebbfecbb29ba0 /gpg.md
parent418ee1a7616bb4c82dc18741dd093657768b1e76 (diff)
Add key fingerprint info
Diffstat (limited to 'gpg.md')
-rw-r--r--gpg.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/gpg.md b/gpg.md
index b76bba3..d12c107 100644
--- a/gpg.md
+++ b/gpg.md
@@ -54,6 +54,14 @@ use in mutt:
# specify the signing key (by default it's your first one)
gpg --local-user <signing key> --edit-key <key to sign>
+## Key Fingerprint/ID
+
+The long hex fingerprint in `gpg --list-keys` is, as could be expected, a
+standardized hash of the key info.
+
+Sometimes a shorter ID is used -- this is actually a suffix of the full
+fingerprint.
+
## gpg-agent
`gpg-agent` is a daemon that e.g. provides a passphrase cache for GPG. Running