Complete the sentence to explain what a digital signature does.
A digital signature is used to verify the [1] of a message.A digital signature confirms the origin of a message, ensuring it comes from the claimed sender.
Complete the sentence to describe what a certificate contains.
A digital certificate contains the public key and the [1] of the owner.
A digital certificate includes the public key and the identity of the owner to verify who the key belongs to.
Fix the error in the statement about certificate authorities.
A certificate authority (CA) [1] digital certificates to verify identities.Certificate authorities issue digital certificates to confirm identities and build trust.
Fill both blanks to describe how digital signatures work.
The sender creates a hash of the message using [1] and then encrypts it with their [2] key.
The sender uses a hash function to create a message summary and encrypts it with their private key to create a digital signature.
Fill all three blanks to explain certificate verification.
To verify a certificate, the receiver checks the [1] key, confirms the [2], and ensures the certificate is signed by a trusted [3].
The receiver checks the public key, confirms the identity, and verifies the certificate is signed by a trusted certificate authority.