mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49:40 +02:00
Convert also drawio based SVGs to plain SVGs and use unified path
Load all plain SVGs from a unified path. Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
4b0bc1c007
commit
707ac2f78e
11 changed files with 36 additions and 36 deletions
|
@ -117,7 +117,7 @@ In this version of the SEIPD packet, the session key is used directly as message
|
|||
|
||||
When communicating with a mix of recipients, some of whose OpenPGP software only supports OpenPGP version 4, then this mechanism must be used.
|
||||
|
||||
```{figure} drawio/SEIPDv1-PKESK.svg
|
||||
```{figure} plain_svg/SEIPDv1-PKESK.svg
|
||||
:name: fig-encryption-seipdv1-pkesk
|
||||
:alt: Depicts a dotted hexagon labeled "Plaintext", from which a curved arrow passes another dotted hexagon "Session Key" and finally points to a "SEIPDv1" packet. Two more curved arrows originate from the session key and pass Alice' and Bob's encryption key, ending in two PKESK packets.
|
||||
|
||||
|
@ -137,7 +137,7 @@ In version 2 SEIPD, the *session key* is transformed into a *message key*, based
|
|||
The session key can use a different symmetric algorithm than the message key.
|
||||
```
|
||||
|
||||
```{figure} drawio/SEIPDv2-PKESK.svg
|
||||
```{figure} plain_svg/SEIPDv2-PKESK.svg
|
||||
:name: fig-encryption-seipdv2-pkesk
|
||||
:alt: TODO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue