82.2k views
3 votes
What are public key systems that generate different random public keys for each session?

a. Public Key Exchange (PKE)
b. Diffie-Hellman (DH)
c. Elliptic Curve Diffie-Hellman (ECDH)
d. perfect forward secrecy

User Baxter
by
7.0k points

1 Answer

1 vote

Final answer:

Public Key Exchange (PKE), Diffie-Hellman (DH), and Elliptic Curve Diffie-Hellman (ECDH) are public key systems that generate different random public keys for each session.

Step-by-step explanation:

The public key systems that generate different random public keys for each session are:

Public Key Exchange (PKE)

Diffie-Hellman (DH)

Elliptic Curve Diffie-Hellman (ECDH)

These key exchange protocols allow two entities to securely communicate and agree on a shared secret key without an eavesdropper being able to determine the shared secret. Each session between the entities generates a unique pair of public and private keys, ensuring the confidentiality and integrity of the communication.

User Sibren
by
6.5k points