Asymmetric Algorithms Flashcards
1
Q
What is Diffie Hellman (DH)?
A
Asymmetric
Used for the key exchange inside of creating a VPN tunnel establishment as part of IPSec
2
Q
What is RSA (Rivest, Shamir, and Adelman)?
A
Asymmetric Algorithm
Relies on the mathematical difficulty of factoring large prime numbers
Used for key exchange, encryption, and digital signatures
3
Q
What is the Elliptic Curve Cryptography (ECC)?
A
Heavily used in mobile and low computing devices and its based on the algebraic structure of elliptical curves over finite fields to define its keys
Lower key size
ECDH (Elliptic Curve Diffie-Hellman)
ECDHE (Elliptic Curve Diffie-Hellman Ephemeral)
ECDSA (Elliptic Curve Digital Signature Algorithm)