nerdexam
EC-Council

312-49 · Question #25

Digital evidence validation involves using a hashing algorithm utility to create a binary or hexadecimal number that represents the uniqueness of a data set, such as a disk drive or file. Which of the

The correct answer is B. MD5. MD5 (Message Digest Algorithm 5) produces a fixed-length hash of 128 bits (16 bytes), typically represented as a 32-character hexadecimal string. For comparison: CRC-32 produces a 32-bit checksum (not a true cryptographic hash), SHA-1 produces a 160-bit digest, and SHA-512 produc

Submitted by yuriko_h· Apr 18, 2026Computer Forensics Investigation Process

Question

Digital evidence validation involves using a hashing algorithm utility to create a binary or hexadecimal number that represents the uniqueness of a data set, such as a disk drive or file. Which of the following hash algorithms produces a message digest that is 128 bits long?

Options

  • ACRC-32
  • BMD5
  • CSHA-1
  • DSHA-512

How the community answered

(22 responses)
  • B
    95% (21)
  • C
    5% (1)

Explanation

MD5 (Message Digest Algorithm 5) produces a fixed-length hash of 128 bits (16 bytes), typically represented as a 32-character hexadecimal string. For comparison: CRC-32 produces a 32-bit checksum (not a true cryptographic hash), SHA-1 produces a 160-bit digest, and SHA-512 produces a 512-bit digest. In digital forensics, MD5 is widely used to verify the integrity of evidence by generating a hash before and after acquisition to confirm no data was altered.

Topics

#Digital Evidence Validation#Hashing Algorithms#MD5#Data Integrity

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice