nerdexam
GIAC

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.

Advanced Incident Response & Digital Forensics Fundamentals

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)
  • A
    13% (3)
  • B
    78% (18)
  • C
    4% (1)
  • D
    4% (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.

APassword

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.

BDigital signatureCorrect

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.

CMAC Address

A MAC address is a hardware-level data link layer identifier for network interfaces and provides no mechanism for authenticating or validating cryptographic keys.

DDemilitarized zone (DMZ)

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

#asymmetric encryption#digital signature#authentication#cryptography

Community Discussion

No community discussion yet for this question.

Full GCFA Practice