nerdexam
GIAC

GSEC · Question #354

Which of the following is not an encryption technology?

The correct answer is B. KILL. KILL is a completely fabricated term and does not correspond to any real encryption algorithm or security technology. The other options are all legitimate cryptographic constructs.

Linux and Cryptography

Question

Which of the following is not an encryption technology?

Options

  • ABlowfish
  • BKILL
  • C3DES
  • DMD5

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    76% (25)
  • C
    9% (3)
  • D
    12% (4)

Why each option

KILL is a completely fabricated term and does not correspond to any real encryption algorithm or security technology. The other options are all legitimate cryptographic constructs.

ABlowfish

Blowfish is a legitimate symmetric-key block cipher designed by Bruce Schneier, widely used for password hashing and file encryption.

BKILLCorrect

KILL does not exist as any recognized encryption algorithm, cipher suite, or cryptographic standard. It is a nonsense term inserted as a distractor. All other choices represent real technologies used in cryptographic contexts, making KILL the only option that is definitively not an encryption technology.

C3DES

3DES (Triple DES) is a real symmetric encryption algorithm that applies the DES cipher three times to each data block, and was a NIST-approved standard.

DMD5

MD5 is a real cryptographic function (a hash algorithm rather than symmetric encryption), but it exists as a recognized security technology unlike KILL.

Concept tested: Identifying valid versus invalid cryptographic technologies

Source: https://csrc.nist.gov/publications/detail/fips/46/3/final

Topics

#encryption algorithms#Blowfish#3DES#MD5

Community Discussion

No community discussion yet for this question.

Full GSEC Practice