nerdexam
CompTIA

SY0-501 · Question #430

Which of the following is used to validate the integrity of data?

The correct answer is C. MD5. MD5 (Message-Digest Algorithm 5) is a cryptographic hash function designed to generate a fixed-size hash value, which is used to validate data integrity by detecting unauthorized modifications.

Submitted by packet_pusher· Mar 4, 2026General security concepts

Question

Which of the following is used to validate the integrity of data?

Options

  • ACBC
  • BBlowfish
  • CMD5
  • DRSA

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    3% (1)
  • C
    79% (23)
  • D
    3% (1)

Why each option

MD5 (Message-Digest Algorithm 5) is a cryptographic hash function designed to generate a fixed-size hash value, which is used to validate data integrity by detecting unauthorized modifications.

ACBC

CBC (Cipher Block Chaining) is a mode of operation for block ciphers primarily used to ensure confidentiality through encryption, not to directly validate data integrity.

BBlowfish

Blowfish is a symmetric-key block cipher used for encrypting data to achieve confidentiality, not for verifying the integrity of data.

CMD5Correct

MD5 (Message-Digest Algorithm 5) is a cryptographic hash function that produces a unique fixed-size hash value, or message digest, from an input of arbitrary length. This hash value acts as a digital fingerprint; if the original data is altered, even slightly, the regenerated MD5 hash will differ, thereby allowing for the detection of any integrity compromise.

DRSA

RSA is an asymmetric encryption algorithm primarily utilized for confidentiality, digital signatures, and key exchange, rather than directly validating data integrity through a hash.

Concept tested: Cryptographic hash functions for data integrity

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/cryptographic-hash-functions

Topics

#hashing#MD5#data integrity#cryptography

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice