Lecture 5 - Digital Signatures Flashcards
1
Q
What is a Digital Signature?
A
Data > Hash > Encrypt hash with signer’s private key > Signature+cert > Attach to data > Digitally signed data
2
Q
List two common digital signature algorithms
A
- RSA with MD5
- DSA with SHA1
3
Q
True or False
Digital signature algorithms do not support non-repudiation.
A
False
4
Q
List the three parts of a digital signature algorithms
A
- Key gen
- Signature algorithm
- Verification algorithm
5
Q
Explain what a certificate authority is?
A
It is a binding between a user and their key
6
Q
Describe PKI
A
It is the system for issuing and managing certificates.