mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
clarify MDC
This commit is contained in:
parent
6734930bd9
commit
b9341d921e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Where symmetric keys are used in OpenPGP for data encryption, they are called ei
|
||||||
|
|
||||||
In OpenPGP version 6, AEAD replaced the MDC[^MDC] mechanism to address malleability. In earlier OpenPGP versions, malicious alterations to ciphertext might go unnoticed. AEAD guards against such undetected changes.
|
In OpenPGP version 6, AEAD replaced the MDC[^MDC] mechanism to address malleability. In earlier OpenPGP versions, malicious alterations to ciphertext might go unnoticed. AEAD guards against such undetected changes.
|
||||||
|
|
||||||
[^MDC]: In OpenPGP version 4, a mechanism called MDC (Modification Detection Code) was introduced to serve a comparable purpose as AEAD. While MDC is a non-standard mechanism, as of this writing, there are no known attacks against the scheme.
|
[^MDC]: OpenPGP version 4 introduced a mechanism called MDC (Modification Detection Code), which fulfills a comparable purpose as AEAD in safeguarding message integrity. MDC is a non-standard mechanism, but no known attacks have compromised this scheme as of this document's last update.
|
||||||
|
|
||||||
By addressing the malleability problem, AEAD also counters a variation of the EFAIL[^efail] attack.
|
By addressing the malleability problem, AEAD also counters a variation of the EFAIL[^efail] attack.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue