nerdexam
EC-Council

312-50V13 · Question #27

Which of the following is assured by the use of a hash?

The correct answer is D. Integrity. The use of a cryptographic hash function primarily assures the integrity of data, ensuring that the data has not been altered or tampered with since the hash was generated.

Submitted by haru.x· Mar 6, 2026Cryptography

Question

Which of the following is assured by the use of a hash?

Options

  • AAuthentication
  • BConfidentiality
  • CAvailability
  • DIntegrity

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    7% (4)
  • D
    87% (48)

Why each option

The use of a cryptographic hash function primarily assures the integrity of data, ensuring that the data has not been altered or tampered with since the hash was generated.

AAuthentication

While hashes are used in authentication schemes (e.g., storing password hashes), a hash by itself does not provide authentication; it merely verifies the integrity of a piece of data.

BConfidentiality

Confidentiality is about protecting data from unauthorized access; hashing does not encrypt or hide the data, it only proves its integrity.

CAvailability

Availability refers to ensuring that authorized users can access resources when needed; hashing has no direct role in guaranteeing system uptime or accessibility.

DIntegrityCorrect

A hash function produces a fixed-size output (hash value or message digest) that is unique to the input data. Any modification, even a tiny one, to the original data will result in a completely different hash value, allowing for detection of data alteration and thus ensuring integrity.

Concept tested: Cryptographic hash function properties (Integrity)

Source: https://learn.microsoft.com/en-us/windows/security/information-protection/fips/fips-cryptography#what-is-hashing

Topics

#hashing#data integrity#cryptographic principles

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice