GSLC · Question #316
Which of the following is a type of encryption that uses a single key to encrypt and decrypt data?
The correct answer is B. Symmetric encryption. Symmetric encryption uses a single secret key for both encrypting and decrypting data, requiring all parties to securely share that key in advance.
Question
Which of the following is a type of encryption that uses a single key to encrypt and decrypt data?
Options
- ADatabase encryption
- BSymmetric encryption
- CAsymmetric encryption
- DXML encryption
How the community answered
(44 responses)- A7% (3)
- B89% (39)
- C2% (1)
- D2% (1)
Why each option
Symmetric encryption uses a single secret key for both encrypting and decrypting data, requiring all parties to securely share that key in advance.
Database encryption describes where or how encryption is applied to stored data, not a classification based on the number of keys used in the encryption process.
Symmetric encryption is defined by the use of one shared key that both the sender and recipient use - the same key encrypts the plaintext and decrypts the ciphertext. Common symmetric algorithms include AES, DES, and TripleDES, all of which follow this single-key model. This exactly matches the question's description of one key used for both operations.
Asymmetric encryption uses two mathematically linked keys - a public key for encryption and a private key for decryption - not a single key for both directions.
XML encryption is a W3C specification that defines how to encrypt XML document content and is classified by its target data format, not by key structure.
Concept tested: Symmetric encryption single shared key definition
Source: https://csrc.nist.gov/glossary/term/symmetric_key_algorithm
Topics
Community Discussion
No community discussion yet for this question.