Key Management : Symmetric Key Exchange Flashcards

1
Q

Why do we use asymmetric encryption for symmetric key exchanges?

A

Symmetric encryption is more practical for repeated communication due to being less computationally expensive. However, we need to use public key encryption to distribute the shared symmetric key in order to open up a secure communication channel.

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

Explain the process of the symmetric key exchange…

A
  1. Alice generates a RSK.
  2. Alice encrypts the message with the RSK.
  3. Alice encrypts the encrypted message and the RSK with Bobs public key.
  4. Bob decrypts Alices message.
  5. Bob and Alice now have the shared symmetric key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly