mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
ch4: add a note that the example key isn't password protected
Add link to ch5 for discussion of encrypted private key material.
This commit is contained in:
parent
134407ee2f
commit
a1fe545e88
2 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,16 @@
|
|||
https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#name-transferable-secret-keys
|
||||
|
||||
|
||||
(encrypted_secrets)=
|
||||
## Password protecting secret key material
|
||||
|
||||
```{admonition} TODO
|
||||
:class: warning
|
||||
|
||||
S2K, symmetric encryption
|
||||
```
|
||||
|
||||
|
||||
## Private key operations
|
||||
|
||||
The core of private key operations doesn't require access to the whole certificate. A private key subsystem only needs to handle the cryptographic key material.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue