312-50V13 · Question #201
How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender's identity?
The correct answer is D. Digital certificate. A digital certificate is used to securely distribute a public key in an orderly, controlled fashion, ensuring users can verify the sender's identity.
Question
Options
- AHash value
- BPrivate key
- CDigital signature
- DDigital certificate
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C3% (1)
- D87% (26)
Why each option
A digital certificate is used to securely distribute a public key in an orderly, controlled fashion, ensuring users can verify the sender's identity.
A hash value is used for data integrity verification, ensuring data has not been tampered with, but it does not establish the authenticity of a public key's owner.
A private key must remain confidential and is never distributed, as it is used by the owner to decrypt messages or create digital signatures.
A digital signature uses a private key to prove the integrity and authenticity of a message or document, but it is the result of using a key, not the mechanism for securely distributing the public key itself.
A digital certificate is a cryptographically signed electronic document that binds a public key with the identity of the certificate owner. When a public key is distributed within a digital certificate issued by a trusted Certificate Authority (CA), users can verify the CA's signature and trust that the public key belongs to the claimed sender.
Concept tested: Public Key Infrastructure (PKI) and Digital Certificates
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/about-digital-certificates
Topics
Community Discussion
No community discussion yet for this question.