Chapter 5 Study Guide Flashcards

1
Q

Diffie-Hellman

A

Asymetric method to share symetric keys from one person to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Session Key

A

A key generated for one session only, after that session the key becomes useless.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ephemeral key

A

Uses a different key for each connection estabishment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Difference between Sesson and Ephemeral keys

A

Session is for the duration of a sesssion, Ephemeral is used to establish connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly