nerdexam
CompTIA

SY0-501 · Question #30

Which of the following encryption methods does PKI typically use to securely protect keys?

The correct answer is C. Asymmetric. PKI (Public Key Infrastructure) relies on asymmetric encryption to securely protect and exchange keys, using a mathematically linked public/private key pair.

Submitted by lars.no· Mar 4, 2026General security concepts

Question

Which of the following encryption methods does PKI typically use to securely protect keys?

Options

  • AElliptic curve
  • BDigital signatures
  • CAsymmetric
  • DObfuscation

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    84% (36)
  • D
    9% (4)

Why each option

PKI (Public Key Infrastructure) relies on asymmetric encryption to securely protect and exchange keys, using a mathematically linked public/private key pair.

AElliptic curve

Elliptic curve (ECC) is a specific mathematical algorithm used to implement asymmetric encryption, not the broader encryption method category that defines how PKI protects keys.

BDigital signatures

Digital signatures are an application or use case of PKI that leverages asymmetric cryptography to verify authenticity and integrity, but they are not themselves the encryption method used to protect keys.

CAsymmetricCorrect

Asymmetric encryption is the foundational method PKI uses to protect keys: a public key encrypts data or verifies signatures while only the corresponding private key can decrypt or sign. This two-key system allows secure key exchange without ever transmitting the private key, which is the core security mechanism of PKI. The infrastructure itself is built around managing, distributing, and trusting these asymmetric key pairs via certificates.

DObfuscation

Obfuscation is a technique that obscures data or code to make it harder to understand but provides no true cryptographic security, and it is not a recognized PKI encryption method.

Concept tested: PKI asymmetric encryption key protection method

Source: https://learn.microsoft.com/en-us/windows/win32/seccertenroll/public-key-infrastructure

Topics

#PKI#asymmetric encryption#cryptography#key management

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice