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.
Question
Which of the following is a symmetric cryptographic standard?
Options
- ADSA
- BPKI
- CRSA
- D3DES
How the community answered
(22 responses)- B9% (2)
- C5% (1)
- D86% (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.
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.
PKI (Public Key Infrastructure) is a framework for issuing and managing asymmetric certificates and keys, not a symmetric cryptographic algorithm.
RSA is an asymmetric algorithm that uses mathematically linked public and private keys for encryption and digital signatures.
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
Community Discussion
No community discussion yet for this question.