GSLC · Question #339
Which of the following is a type of encryption that uses a single key to encrypt and decrypt data?
The correct answer is D. Symmetric encryption. Symmetric encryption is the type of encryption that uses a single shared key for both encrypting and decrypting data.
Question
Which of the following is a type of encryption that uses a single key to encrypt and decrypt data?
Options
- AAsymmetric encryption
- BDatabase encryption
- CXML encryption
- DSymmetric encryption
How the community answered
(21 responses)- B5% (1)
- C10% (2)
- D86% (18)
Why each option
Symmetric encryption is the type of encryption that uses a single shared key for both encrypting and decrypting data.
Asymmetric encryption uses a mathematically linked key pair - a public key for encryption and a separate private key for decryption - not a single shared key.
Database encryption refers to the application or use case of encrypting data at rest within a database, not a distinct type of key-based encryption scheme.
XML encryption is a W3C standard defining how to encrypt XML document content, which is an application layer specification, not a fundamental type of key-based encryption.
Symmetric encryption, also called secret-key or shared-key cryptography, uses the exact same key for both the encryption and decryption operations. This makes key distribution a critical security challenge, since both communicating parties must securely exchange the shared key before use. Common symmetric algorithms include AES, DES, and TripleDES.
Concept tested: Symmetric encryption single shared key fundamentals
Source: https://csrc.nist.gov/glossary/term/symmetric_key_cryptography
Topics
Community Discussion
No community discussion yet for this question.