nerdexam
GIAC

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.

Security Architecture & Engineering

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)
  • B
    5% (1)
  • C
    10% (2)
  • D
    86% (18)

Why each option

Symmetric encryption is the type of encryption that uses a single shared key for both encrypting and decrypting data.

AAsymmetric encryption

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.

BDatabase encryption

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.

CXML encryption

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.

DSymmetric encryptionCorrect

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

#symmetric encryption#single key#encryption types#cryptography fundamentals

Community Discussion

No community discussion yet for this question.

Full GSLC Practice