mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
GPG guide: add example keyid with 0xLONG format.
This commit is contained in:
parent
6a3770a4f4
commit
1ec2933434
@ -114,6 +114,8 @@ encrypt-to KEYID</code></pre>
|
||||
<p>keyid-format 0xLONG</p>
|
||||
</blockquote>
|
||||
<p>So keyids are shown in the longest format, including 0x prefix, which marks them as hexadecimanls.</p>
|
||||
<p>Example outputs from --list-keys and gpg --fingerprint after setting 0xLONG as keyid format.</p>
|
||||
<p>After you set 0xLONG as keyid-format, keys appear like 0x4DB53CFE82A46728 instead of 82A46728.</p>
|
||||
<blockquote>
|
||||
<p>charset UTF-8</p>
|
||||
</blockquote>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user