mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-16 13:12:04 +01:00
Merge pull request 'Decryption: Add some information about the SED packet' (#275) from sed into main
Reviewed-on: https://codeberg.org/openpgp/notes/pulls/275
This commit is contained in:
commit
1fbc84cb06
1 changed files with 3 additions and 1 deletions
|
@ -181,4 +181,6 @@ Each chunk is decrypted using AEAD using the message key and an IV with appended
|
|||
|
||||
## SED
|
||||
|
||||
Legacy mode: may be decrypted, but not produced.
|
||||
The Symmetrically Encrypted Data packet predates the SEIPD packet and is nowadays deprecated.
|
||||
Due to the lack of integrity protection, this packet is susceptible to a whole class of attacks where the attacker modifies the ciphertext.
|
||||
Therefore, implementations MUST NOT produce this packet and are encouraged not to accept incoming SED packages from untrusted sources.
|
Loading…
Reference in a new issue