1 / 8

IT IS 6200/8200

IT IS 6200/8200. Authentication & key exchange. Try to merge the previous two steps: Establish the session key and persuade Alice that you are Bob Tens of protocols have been developed: some good, some bad Lesson we learn: Do not try to be smart

Download Presentation

IT IS 6200/8200

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IT IS 6200/8200

  2. Authentication & key exchange • Try to merge the previous two steps: • Establish the session key and persuade Alice that you are Bob • Tens of protocols have been developed: some good, some bad • Lesson we learn: • Do not try to be smart • Do not make messages too similar to each other

  3. Protocol 1: Otway-Rees ( a good protocol) • 4 steps • The freshness is protected by the random numbers • Both parties get involved from the very beginning

  4. The Protocol n || Alice || Bob || { r1 || n || Alice || Bob } kA Alice Bob n || Alice || Bob || { r1 || n || Alice || Bob } kA || { r2 || n || Alice || Bob } kB Cathy Bob n || { r1 || ks } kA || { r2 || ks } kB Cathy Bob n || { r1 || ks } kA Alice Bob

  5. Protocol 2: Neuman-Stubblebine • 4 step protocol • Good point: • Only timestamp from one party is involved, so avoid synchronization • Even M cracks K, he cannot conduct the attack and impersonate A since the timestamp would have expired. • Problem: • Type-flaw attack: an attacker can pretend to be Alice (it needs to control the path between B and T)

  6. Protocol 3: Denning-Sacco (an unsafe protocol) • 3 step protocol • Using public-private key • Still not safe: • B can impersonate A to talk to anyone else • Fix for this: • Identify communication parties that use the key

  7. Lessons we learn: • Identify the communication parties • Protect the freshness of the key • Get both parties involved early • Do not make packets similar to each other • Do not try to outsmart other researchers or hackers

  8. Secret splitting: • All parties are required to recover the secret • Solution: XOR • Secret sharing: • Only a threshold number of parties are required to recover the secret • The example using polynomial

More Related