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.
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)- A5% (2)
- B2% (1)
- C84% (36)
- D9% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.