mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Unit 5: Key Exchange
The key concepts are: Basics of Key Exchange; Diffie-Hellman, Diffie-Hellman Weaknesses, ECDH, and Passing Key Using Public Key. What you should know at the end of unit?
- Understand how the Diffie-Hellman process works, with a simple example
- Understands how the private key is used to check the identity of the sender, and how public key is used to preserve the privacy of the message.
- Understand the basics of how Bob and Alice generate a shared key with ECC.
