mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49: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
|
@ -39,9 +39,10 @@ For detailed information on KDFs and their role in the OpenPGP protocol, see the
|
|||
Participants in symmetric-key operations need to exchange the shared secret over a secure channel.
|
||||
|
||||
```{figure} diag/symmetric_key.png
|
||||
---
|
||||
---
|
||||
A symmetric cryptographic key (which acts as a shared secret)
|
||||
:name: fig-symmetric-key
|
||||
:alt: Depicts a box with a white background and the title "Symmetric key". In the box a single key symbol, rendered with full yellow line, is shown pointing to the right hand side.
|
||||
|
||||
A symmetric cryptographic key (which acts as a shared secret)
|
||||
```
|
||||
|
||||
### Benefits and downsides
|
||||
|
@ -90,8 +91,9 @@ Unlike symmetric cryptography, participants are not required to pre-arrange a sh
|
|||
Throughout this document, we will frequently reference asymmetric cryptographic key pairs:
|
||||
|
||||
```{figure} diag/asymmetric_keypair.png
|
||||
---
|
||||
---
|
||||
:name: fig-asymmetric-keypair
|
||||
:alt: Depicts a box with white background and the title "Asymmetric keypair". In the box two key symbols with text next to them are shown. The top key symbol is rendered using full green lines, points to the right hand side and has the accompanying text "Public key". The lower key symbol is rendered using dotted red lines, points to the left hand side and has the accompanying text "Private key".
|
||||
|
||||
An asymmetric cryptographic key pair
|
||||
```
|
||||
|
||||
|
@ -100,8 +102,9 @@ Each key pair comprises two parts: the public key and the private key. For ease
|
|||
It's important to note that in many scenarios, only the public key is exposed or used (we will expand on these situations in subsequent sections):
|
||||
|
||||
```{figure} diag/public_key.png
|
||||
---
|
||||
---
|
||||
:name: fig-public-key
|
||||
:alt: Depicts a box with white background and the title "Public part of an asymmetric keypair". In the box one key symbol with text next to it is shown. The key symbol is rendered using full green lines, points to the right hand side and has the accompanying text "Public key".
|
||||
|
||||
The public parts of an asymmetric key pair
|
||||
```
|
||||
|
||||
|
@ -141,4 +144,4 @@ Move this to the chapter that details it:
|
|||
Within OpenPGP's hybrid system, so-called "session keys" are central. They are generated uniquely for each session and are instrumental in both encrypting and decrypting the actual message content, using the efficiency of symmetric-key cryptography.
|
||||
|
||||
Using asymmetric (public-key) cryptography, the session keys are also encrypted. This ensures that only the intended recipient, the holder of the corresponding private key, can decrypt and gain access to the session key. With the decrypted session key, they can then use the session key to decrypt the actual message.
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue