nerdexam
CompTIA

SY0-301 · Question #296

Which of the following must be kept secret for a public key infrastructure to remain secure?

The correct answer is D. Private key. In a PKI system, the private key must remain secret because it is the only component capable of decrypting data encrypted with its paired public key and creating valid digital signatures.

General security concepts

Question

Which of the following must be kept secret for a public key infrastructure to remain secure?

Options

  • ACertificate Authority
  • BCertificate revocation list
  • CPublic key ring
  • DPrivate key

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    2% (1)
  • D
    92% (47)

Why each option

In a PKI system, the private key must remain secret because it is the only component capable of decrypting data encrypted with its paired public key and creating valid digital signatures.

ACertificate Authority

The Certificate Authority is a trusted third party whose public certificate and identity are widely known and distributed to establish a verifiable chain of trust.

BCertificate revocation list

The Certificate Revocation List is a publicly distributed list that any party can query to check whether a certificate has been revoked before trusting it.

CPublic key ring

A public key ring is a collection of public keys that are, by design, meant to be shared openly so others can encrypt data destined for the key owners.

DPrivate keyCorrect

The private key is the cornerstone of PKI security - if compromised, an attacker can decrypt all communications encrypted with the paired public key and forge digital signatures on behalf of the key owner. All other PKI components, such as public keys, CA certificates, and the CRL, are intentionally designed to be publicly accessible.

Concept tested: PKI private key confidentiality requirement

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-models

Topics

#PKI#private key#public key infrastructure#cryptography

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice