mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
Add TODO about session-key reuse in SEIPDv2
This commit is contained in:
parent
28d9be2193
commit
4b507f9737
1 changed files with 8 additions and 0 deletions
|
@ -129,6 +129,14 @@ The session-key can use a different symmetric algorithm than the message-key.
|
||||||
With SEIPDv2, the message-key is derived from the session-key in an extra step.
|
With SEIPDv2, the message-key is derived from the session-key in an extra step.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```{admonition} TODO
|
||||||
|
:class: warning
|
||||||
|
|
||||||
|
Explain, that with SEIPDv2, a session-key can essentially protect more than one message by reusing the same session-key and *ESK packets with a fresh, per-message salt.
|
||||||
|
|
||||||
|
This might very well go into the advanced topics section though.
|
||||||
|
```
|
||||||
|
|
||||||
## Advanced topics
|
## Advanced topics
|
||||||
|
|
||||||
### Encrypt to multiple/single subkey per certificate?
|
### Encrypt to multiple/single subkey per certificate?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue