nerdexam
GIAC

GSLC · Question #476

Which of the following types of cryptography algorithms uses the MD series of encryption algorithms?

The correct answer is B. Hash algorithm. The MD series (MD2, MD4, MD5) are cryptographic hash algorithms that produce a fixed-length message digest from variable-length input data.

Security Architecture & Engineering

Question

Which of the following types of cryptography algorithms uses the MD series of encryption algorithms?

Options

  • ADigital signature
  • BHash algorithm
  • CPublic-key
  • DQuantum

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    88% (37)
  • C
    7% (3)
  • D
    2% (1)

Why each option

The MD series (MD2, MD4, MD5) are cryptographic hash algorithms that produce a fixed-length message digest from variable-length input data.

ADigital signature

Digital signature algorithms use asymmetric cryptography combined with a hash function to sign data, but the MD series algorithms themselves are hash functions, not digital signature algorithms.

BHash algorithmCorrect

MD stands for Message Digest, and the entire MD algorithm series are cryptographic hash functions designed to produce a fixed-size output from variable-length input in a one-way, non-reversible manner. MD5, the most widely known member, produces a 128-bit hash value used for data integrity verification. The question's reference to the MD series is a direct identifier of the hash algorithm category.

CPublic-key

Public-key cryptography refers to asymmetric encryption algorithms such as RSA and ECC that use mathematically linked key pairs, which is a fundamentally different category from hash functions.

DQuantum

Quantum cryptography refers to encryption methods based on quantum mechanical properties such as quantum key distribution, which is entirely unrelated to the MD message digest algorithm series.

Concept tested: MD series cryptographic hash function identification

Source: https://csrc.nist.gov/projects/hash-functions

Topics

#hash algorithm#MD5#cryptography#message digest

Community Discussion

No community discussion yet for this question.

Full GSLC Practice