diff --git a/articles/guides/GPG/GPG.html b/articles/guides/GPG/GPG.html index a15e74b..f7b2b67 100644 --- a/articles/guides/GPG/GPG.html +++ b/articles/guides/GPG/GPG.html @@ -114,6 +114,8 @@ encrypt-to KEYID
keyid-format 0xLONG
So keyids are shown in the longest format, including 0x prefix, which marks them as hexadecimanls.
+Example outputs from --list-keys and gpg --fingerprint after setting 0xLONG as keyid format.
+After you set 0xLONG as keyid-format, keys appear like 0x4DB53CFE82A46728 instead of 82A46728.
diff --git a/articles/guides/GPG/GPG.html.md b/articles/guides/GPG/GPG.html.md index eb08540..81e0b18 100644 --- a/articles/guides/GPG/GPG.html.md +++ b/articles/guides/GPG/GPG.html.md @@ -176,6 +176,10 @@ So everything what you encrypt is also encrypted to you. So keyids are shown in the longest format, including 0x prefix, which marks them as hexadecimanls. +Example outputs from --list-keys and gpg --fingerprint after setting 0xLONG as keyid format. + +After you set 0xLONG as keyid-format, keys appear like 0x4DB53CFE82A46728 instead of 82A46728. + > charset UTF-8 So UTF-8 is used as default character set and most of characters can be used.charset UTF-8