mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
Add TODO about session-key reuse in SEIPDv2
This commit is contained in:
parent
509abf7ee9
commit
217f1ed507
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.
|
||||
```
|
||||
|
||||
```{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
|
||||
|
||||
### Encrypt to multiple/single subkey per certificate?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue