210-250 · Question #86
What type of algorithm uses the same key to encryp and decrypt data?
The correct answer is A. a symmetric algorithm. Symmetric encryption uses a single shared key for both encryption and decryption, making key distribution a critical concern.
Question
What type of algorithm uses the same key to encryp and decrypt data?
Options
- Aa symmetric algorithm
- Ban asymetric algorithm
- Ca Public Key infrastructure algorithm
- Dan IP Security algorithm
How the community answered
(35 responses)- A91% (32)
- B6% (2)
- C3% (1)
Why each option
Symmetric encryption uses a single shared key for both encryption and decryption, making key distribution a critical concern.
A symmetric algorithm uses one key for both encryption and decryption. Examples include AES, DES, and 3DES. Because both parties must possess the same secret key, secure key exchange is the primary challenge of symmetric cryptography.
An asymmetric algorithm uses a mathematically linked key pair - a public key to encrypt and a private key to decrypt, which is the opposite of symmetric behavior.
Public Key Infrastructure (PKI) is a framework for managing digital certificates and key pairs, not a specific algorithm type defined by single-key usage.
IPSec is a protocol suite used to secure IP communications at the network layer and is not a classification of encryption algorithm based on key usage.
Concept tested: Symmetric vs. asymmetric encryption key usage
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/cryptographic-primitives
Topics
Community Discussion
No community discussion yet for this question.