N10-005 · Question #773
Which of the following is an example of asymmetric encryption?
The correct answer is A. PKI. PKI (Public Key Infrastructure) is the framework built on asymmetric encryption, using mathematically linked public and private key pairs.
Question
Which of the following is an example of asymmetric encryption?
Options
- APKI
- BSHA1
- CAES
- D3DES
How the community answered
(48 responses)- A94% (45)
- C4% (2)
- D2% (1)
Why each option
PKI (Public Key Infrastructure) is the framework built on asymmetric encryption, using mathematically linked public and private key pairs.
PKI relies on asymmetric encryption, in which a public key encrypts data and only the corresponding private key can decrypt it (or vice versa for digital signatures). This public/private key relationship is the defining characteristic of asymmetric cryptography. PKI manages the issuance, distribution, and revocation of digital certificates that bind public keys to identities.
SHA1 is a cryptographic hash function used for data integrity verification, not an encryption algorithm - it produces a one-way digest and does not involve encryption keys.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm that uses a single shared secret key for both encryption and decryption.
3DES (Triple DES) is a symmetric block cipher that applies the DES algorithm three times with one or more secret keys, making it a symmetric rather than asymmetric algorithm.
Concept tested: Asymmetric encryption and PKI key pairs
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-guidance
Topics
Community Discussion
No community discussion yet for this question.