Non-Malleability

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Apr 12 5:16
Editor
Edited
Edited
2024 Apr 26 1:9
Refs
Refs

변조불가능성 like Man-in-the-middle

A scheme is malleable if it is possible to modify a ciphertext and thereby cause a predictable change to the plaintext. So, Malleability can be dangerous.
Provable security
is not sufficient to imply non-malleability. (
One-time Pad
is trivially malleable). Secrecy and integrity are orthogonal concerns.
Confidentiality (Provable security) + Origin Authentication = Non Malleability
 

How to fix

  • CRC
    완전히 달성은 못함
notion image
 
 
Man-in-the-middle attack
In cryptography and computer security, a man-in-the-middle[a] (MITM) attack, or in-path attack, is a cyberattack where the attacker secretly relays and possibly alters the communications between two parties who believe that they are directly communicating with each other, as the attacker has inserted themselves between the two parties.[9]
 
 

Recommendations