Asymmetric Algorithms Flashcards

(4 cards)

1
Q

What is a Digital Signature?

A

A hash digest of a message encrypted with the sender’s private key to let the recipient know the document was created and sent by the person claiming to have sent it
[ hash (integrity) –> encryption of hash using sender’s private key (non-repudiation) –> encrypt message using sender’s public key (confidentiality) ]

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

What is Diffie-Hellman (DH)?

A

Asymmetric algorithm used to conduct key exchanges and secure key distribution over an unsecure network. Used for the key exchange inside of creating a VPN tunnel establishment as part of IPSec

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

What is RSA?

A

Assymmetric algorithm that relies on the mathmematical difficulty of factoring large prime numbers, and supports key sizes between 1,024-bits and 4,096-bits

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

What is Elliptic Curve Cryptography (ECC)?

A

Heavily used in mobile devices and it’s based on the algebraic strucutre of elliptical curves over finite fields to define its keys

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