Diffle Huffman
Diffle Huffman
• Alice mixed
• [(Yellow + Teal) from Bob] + Orange
• Bob mixed
• [(Yellow + Orange) from Alice] + Teal
Alice & Bob have agreed to a
shared color unknown to Eve
• How is it that Alice & Bob’s final mixture
is secret?
:
Man-in-the-Middle Attack:
The protocol depicted in in the previous figure is insecure against a
man-in-the-middle attack. Suppose Alice and Bob wish to exchange
keys, and Darth is the adversary. The attack proceeds as follows.
At this point, Bob and Alice think that they share a secret key, but
instead Bob and Darth share secret key K1 and Alice and Darth share
secret key K2. All future communication between Bob and Alice is
compromised in the following way.
The key exchange protocol is vulnerable to such an attack
because it does not authenticate the participants.
This vulnerability can be overcome with the use of digital
signatures and public- key certificates.