nerdexam
CompTIA

SY0-501 · Question #396

After a recent internal breach, a company decided to regenerate and reissue all certificates used in the transmission of confidential information. The company places the greatest importance on confide

The correct answer is A. One key pair will be used for encryption and decryption. The other will be used to digitally sign the. Dual key pairs are used to separately address confidentiality (encryption/decryption) and non-repudiation (digital signatures), as each cryptographic goal requires distinct key usage.

Submitted by diego_uy· Mar 4, 2026General security concepts

Question

After a recent internal breach, a company decided to regenerate and reissue all certificates used in the transmission of confidential information. The company places the greatest importance on confidentiality and non-repudiation, and decided to generate dual key pairs for each client. Which of the following BEST describes how the company will use these certificates?

Options

  • AOne key pair will be used for encryption and decryption. The other will be used to digitally sign the
  • BOne key pair will be used for encryption. The other key pair will provide extended validation.
  • CData will be encrypted once by each key, doubling the confidentiality and non-repudiation
  • DOne key pair will be used for internal communication, and the other will be used for external

How the community answered

(28 responses)
  • A
    71% (20)
  • B
    4% (1)
  • C
    18% (5)
  • D
    7% (2)

Why each option

Dual key pairs are used to separately address confidentiality (encryption/decryption) and non-repudiation (digital signatures), as each cryptographic goal requires distinct key usage.

AOne key pair will be used for encryption and decryption. The other will be used to digitally sign theCorrect

When a company requires both confidentiality and non-repudiation, dual key pairs are the standard solution: one key pair (typically a Key Encipherment certificate) handles asymmetric encryption and decryption of data or session keys to ensure confidentiality, while the second key pair (a Digital Signature certificate) is used to sign data, providing non-repudiation by proving the identity of the sender. This separation ensures that signing keys are never used for encryption, maintaining the integrity of non-repudiation and allowing key escrow for encryption keys without compromising signature keys.

BOne key pair will be used for encryption. The other key pair will provide extended validation.

Extended validation (EV) is a certificate issuance process related to identity verification by a CA, not a function of a second key pair used during data transmission.

CData will be encrypted once by each key, doubling the confidentiality and non-repudiation

Encrypting data twice with two separate key pairs does not double confidentiality or non-repudiation in any meaningful cryptographic sense; this misrepresents how dual key pairs function and conflates encryption strength with key quantity.

DOne key pair will be used for internal communication, and the other will be used for external

Separating key pairs by communication direction (internal vs. external) is not a standard PKI practice for addressing confidentiality and non-repudiation, and does not align with the stated security goals of the company.

Concept tested: Dual key pairs for encryption and non-repudiation

Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/smart-cards/smart-card-certificate-requirements-and-enumeration#dual-key-pairs

Topics

#PKI#dual key pairs#digital signatures#non-repudiation

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice