GCFA · Question #132
Which of the following is used to authenticate asymmetric keys?
The correct answer is B. Digital signature. Digital signatures authenticate asymmetric (public) keys by binding a public key to an identity using a trusted certificate authority's private key to sign the certificate.
Question
Which of the following is used to authenticate asymmetric keys?
Options
- APassword
- BDigital signature
- CMAC Address
- DDemilitarized zone (DMZ)
How the community answered
(23 responses)- A13% (3)
- B78% (18)
- C4% (1)
- D4% (1)
Why each option
Digital signatures authenticate asymmetric (public) keys by binding a public key to an identity using a trusted certificate authority's private key to sign the certificate.
Passwords are shared secrets used for symmetric authentication of users or services, and cannot cryptographically bind or authenticate an asymmetric public key to an identity.
Digital signatures use asymmetric cryptography where a certificate authority signs a public key with its own private key, allowing relying parties to verify the authenticity and integrity of the public key. This process, formalized in X.509 certificates, ensures that the public key genuinely belongs to the claimed entity and has not been tampered with.
A MAC address is a hardware-level data link layer identifier for network interfaces and provides no mechanism for authenticating or validating cryptographic keys.
A DMZ (Demilitarized Zone) is a network segmentation concept that isolates publicly accessible servers from internal networks, and is unrelated to key authentication mechanisms.
Concept tested: Digital signatures authenticating asymmetric public keys
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/digital-signatures
Topics
Community Discussion
No community discussion yet for this question.