mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
Improve diagrams
This commit is contained in:
parent
d2def8cb89
commit
65cf7fbcf9
9 changed files with 115 additions and 113 deletions
|
@ -128,13 +128,7 @@ Since SEIPD version 1 is susceptible to downgrade attacks under certain scenario
|
|||
```
|
||||
|
||||
To decrypt the contents of a version 1 SEIPD packet, the session-key obtained in the previous step is used.
|
||||
The cipher algorithm is determined by TODO.
|
||||
|
||||
```{admonition} TODO
|
||||
:class: warning
|
||||
|
||||
Describe in detail, how the cipher algorithm is obtained.
|
||||
```
|
||||
The cipher algorithm is either extracted from the decrypted session-key (the algorithm ID is typically prefixed to the decrypted session-key), or - in case of a SKESK packet using the direct-method - taken from the SKESKs cipher algorithm field.
|
||||
|
||||
Once the cipher is initialized, the whole encrypted data from the SEIPD packet is decrypted.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue