mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
this fixes a git mixup i made
This commit is contained in:
parent
3e3b7477bb
commit
f0d240c5fa
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ The fingerprint of our example OpenPGP component key is `C0A5 8384 A438 E5A1 4F7
|
|||
For example, an OpenPGP version 4 certificate with the fingerprint `B3D2 7B09 FBA4 1235 2B41 8972 C8B8 6AC4 2455 4239` might be referenced by the 64-bit Key ID `C8B8 6AC4 2455 4239` or formatted as `0xC8B86AC424554239`.
|
||||
Historically, even shorter 32-bit identifiers were used, like this: `2455 4239`, or `0x24554239`. Such identifiers still appear in very old documents about PGP. However, [32-bit identifiers have been long deemed unfit for purpose](https://evil32.com/). At one point, 32-bit identifiers were called "short Key ID," while 64-bit identifiers were referred to as "long Key ID."
|
||||
|
||||
Component keys are used in one of two roles: either as "OpenPGP primary key" or as an "OpenPGP subkey."
|
||||
### Primary key
|
||||
|
||||
The OpenPGP primary key is a distinct component key that serves a central role in an OpenPGP certificate:
|
||||
|
||||
|
|
Loading…
Reference in a new issue