Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Public - key cryptography can solve the authentication problem. The host keeps a file of every user's public key; all users keep their own private
Publickey cryptography can solve the authentication problem. The host keeps a file of every
user's public key; all users keep their own private keys. Write a protocol for Authentication using
public key cryptography Marks
Question: The interlock protocol, invented by Ron Rivest and Adi Shamir has a good chance of
foiling the maninthemiddle attack.
Alice sends Bob her public key.
Bob sends Alice his public key.
Alice encrypts her message using Bob's public key. She sends half of the encrypted message to
Bob.
Bob encrypts his message using Alice's public key. He sends half of the encrypted message to
Alice.
Alice sends the other half of her encrypted message to Bob.
Bob puts the two halves of Alice's message together and decrypts it with his private key. Bob
sends the other half of his encrypted message to Alice.
Alice puts the two halves of Bob's message together and decrypts with her private key.
The important point is that half of the message is useless without the other half; it can't be decrypted.
Bob cannot read any part of Alice's message until step ; Alice cannot read any part of Bob's
message until step
Analyze the Security of the protocol Marks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started