+1 vote
in Cyber Security by
What is the difference between Diffie Hellman and RSA?

1 Answer

0 votes
by

Diffie-Helman: It’s a key exchange protocol where two parties exchange a shared key that either one can use to encrypt/decrypt messages between them.

RSA: It’s asymmetric key encryption where it has two different keys. The public key can be given to anyone and decrypted with another, which is kept private.

Related questions

+1 vote
asked Mar 17, 2021 in Secure Code Review by DavidAnderson
+2 votes
asked Sep 10, 2020 in Cyber Security by Hodge
...