mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
Add name and alt attributes for all figures
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
514bb02d3d
commit
83a07f0001
7 changed files with 53 additions and 10 deletions
|
@ -20,6 +20,8 @@ In this text, we treat the private key material as logically separate from the O
|
|||
|
||||
|
||||
```{figure} diag/OpenPGPCert_with_privatekeystore.png
|
||||
:name: fig-openpgp-certificate-with-private-key-store
|
||||
:alt: Depicts a diagram on white background with an OpenPGP Certificate and a private key store. Gray dotted lines connect the green public key symbols of the OpenPGP Certificate with red dotted private key symbols in the private key store.
|
||||
|
||||
An OpenPGP certificate, with the associated private key material handled by a key store subsystem.
|
||||
```
|
||||
|
@ -39,6 +41,8 @@ Transferable secret keys are sometimes colloquially referred to as "OpenPGP priv
|
|||
Sometimes users handle OpenPGP certificates combined with private key material in the form of *transferable secret keys* (TSK). Transferable secret keys are a serialized format that combines the OpenPGP certificate data with the connected private key material, stored in a single file.
|
||||
|
||||
```{figure} diag/TSK.png
|
||||
:name: fig-transferable-secret-key
|
||||
:alt: Depicts a box on white background with the title "Transferable secret key". It is identical to the figure depicting an OpenPGP certificate, with the exception, that in each component key box, below the green public key symbol, also the red dotted private key symbol is shown.
|
||||
|
||||
OpenPGP certificate with integrated private key material, as a TSK
|
||||
```
|
||||
|
@ -61,6 +65,8 @@ Using a passphrase can be useful when a third party can obtain a copy of the Ope
|
|||
OpenPGP defines a mechanism called [string-to-key (S2K)](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-11.html#name-string-to-key-s2k-specifier) that is used to derive (high-entropy) symmetric encryption keys from (lower-entropy) passphrases, using a [key derivation function (KDF)](https://en.wikipedia.org/wiki/Key_derivation_function).
|
||||
|
||||
```{figure} diag/passphrase_using_S2K.png
|
||||
:name: fig-passphrase-using-s2k
|
||||
:alt: Depicts a diagram on white background with the title "Converting a passphrase into a symmetric key". On the left hand side a box with dotted yellow frame and light yellow background and the text "correct horse battery staple" is shown. It is connected by a dotted yellow line with the word "Passphrase". Right of the passphrase an arrow with green dotted frame, light green background and the text "S2K mechanism (string-to-key)", pointing to the right is shown. On the right hand side the yellow symmetric key symbol is shown.
|
||||
|
||||
Transforming a passphrase into a symmetric key
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue