mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
ch4: zooming in, fix indentation of sq dump output
This commit is contained in:
parent
b1acb31ed0
commit
96d9eff25f
1 changed files with 22 additions and 22 deletions
|
@ -354,12 +354,12 @@ The output starts with the (primary) [Secret-Key packet](https://www.ietf.org/ar
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Secret-Key Packet, new CTB, 2 header bytes + 75 bytes
|
Secret-Key Packet, new CTB, 2 header bytes + 75 bytes
|
||||||
Version: 6
|
Version: 6
|
||||||
Creation time: 2023-09-29 15:17:58 UTC
|
Creation time: 2023-09-29 15:17:58 UTC
|
||||||
Pk algo: Ed25519
|
Pk algo: Ed25519
|
||||||
Pk size: 256 bits
|
Pk size: 256 bits
|
||||||
Fingerprint: AAA18CBB254685C58358320563FD37B67F3300F9FB0EC457378CD29F102698B3
|
Fingerprint: AAA18CBB254685C58358320563FD37B67F3300F9FB0EC457378CD29F102698B3
|
||||||
KeyID: AAA18CBB254685C5
|
KeyID: AAA18CBB254685C5
|
||||||
|
|
||||||
Secret Key:
|
Secret Key:
|
||||||
|
|
||||||
|
@ -418,22 +418,22 @@ This packet "binds the information in the signature subpackets to the key". Each
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Signature Packet, new CTB, 2 header bytes + 182 bytes
|
Signature Packet, new CTB, 2 header bytes + 182 bytes
|
||||||
Version: 6
|
Version: 6
|
||||||
Type: DirectKey
|
Type: DirectKey
|
||||||
Pk algo: Ed25519
|
Pk algo: Ed25519
|
||||||
Hash algo: SHA512
|
Hash algo: SHA512
|
||||||
Hashed area:
|
Hashed area:
|
||||||
Signature creation time: 2023-09-29 15:17:58 UTC (critical)
|
Signature creation time: 2023-09-29 15:17:58 UTC (critical)
|
||||||
Key expiration time: P1095DT62781S (critical)
|
Key expiration time: P1095DT62781S (critical)
|
||||||
Symmetric algo preferences: AES256, AES128
|
Symmetric algo preferences: AES256, AES128
|
||||||
Hash preferences: SHA512, SHA256
|
Hash preferences: SHA512, SHA256
|
||||||
Key flags: C (critical)
|
Key flags: C (critical)
|
||||||
Features: MDC
|
Features: MDC
|
||||||
Issuer Fingerprint: AAA18CBB254685C58358320563FD37B67F3300F9FB0EC457378CD29F102698B3
|
Issuer Fingerprint: AAA18CBB254685C58358320563FD37B67F3300F9FB0EC457378CD29F102698B3
|
||||||
Unhashed area:
|
Unhashed area:
|
||||||
Issuer: AAA18CBB254685C5
|
Issuer: AAA18CBB254685C5
|
||||||
Digest prefix: 6747
|
Digest prefix: 6747
|
||||||
Level: 0 (signature over data)
|
Level: 0 (signature over data)
|
||||||
|
|
||||||
00000000 c2 CTB
|
00000000 c2 CTB
|
||||||
00000001 b6 length
|
00000001 b6 length
|
||||||
|
|
Loading…
Reference in a new issue