Chapter 5 Study Guide Flashcards
1
Q
Diffie-Hellman
A
Asymetric method to share symetric keys from one person to another.
2
Q
Session Key
A
A key generated for one session only, after that session the key becomes useless.
3
Q
Ephemeral key
A
Uses a different key for each connection estabishment.
4
Q
Difference between Sesson and Ephemeral keys
A
Session is for the duration of a sesssion, Ephemeral is used to establish connection.
5
Q
How do keys get passed via Diffie-Hellman
A
- Person 1 uses Person 2’s public key to encrypt the message, then the message is sent.
- person 2 uses person 2’s private key to decrypt.
- Same as PKI encryption.