nerdexam
EC-Council

312-50V11 · Question #580

Which of the following is a symmetric cryptographic standard?

The correct answer is D. 3DES. 3DES is a symmetric encryption algorithm that applies a shared secret key for both encryption and decryption, unlike asymmetric algorithms that use a public-private key pair.

Cryptography

Question

Which of the following is a symmetric cryptographic standard?

Options

  • ADSA
  • BPKI
  • CRSA
  • D3DES

How the community answered

(22 responses)
  • B
    9% (2)
  • C
    5% (1)
  • D
    86% (19)

Why each option

3DES is a symmetric encryption algorithm that applies a shared secret key for both encryption and decryption, unlike asymmetric algorithms that use a public-private key pair.

ADSA

DSA (Digital Signature Algorithm) is an asymmetric algorithm used exclusively for digital signatures, relying on a public-private key pair rather than a shared secret.

BPKI

PKI (Public Key Infrastructure) is a framework for issuing and managing asymmetric certificates and keys, not a symmetric cryptographic algorithm.

CRSA

RSA is an asymmetric algorithm that uses mathematically linked public and private keys for encryption and digital signatures.

D3DESCorrect

3DES (Triple DES) is a symmetric block cipher that applies the DES algorithm three times to each data block using one, two, or three shared secret keys that must be known by both communicating parties. Because the same key material governs both encryption and decryption, it is classified as symmetric cryptography, in contrast to RSA or DSA, which rely on mathematically related public and private keys.

Concept tested: Symmetric vs asymmetric cryptographic algorithm classification

Source: https://csrc.nist.gov/publications/detail/sp/800-67/rev2/final

Topics

#3DES#symmetric encryption#cryptographic standards#DES

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice