nerdexam
EC-Council

312-50V10 · Question #732

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

The correct answer is D. Integrity. A cryptographic hash function produces a fixed-length digest that uniquely represents data, making it the standard mechanism for verifying data integrity.

Cryptography

Question

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

Options

  • AAuthentication
  • BConfidentially
  • CAvailability
  • DIntegrity

How the community answered

(47 responses)
  • B
    4% (2)
  • C
    2% (1)
  • D
    94% (44)

Why each option

A cryptographic hash function produces a fixed-length digest that uniquely represents data, making it the standard mechanism for verifying data integrity.

AAuthentication

Authentication involves verifying the identity of a user or system, which is handled by credentials or certificates, not hash functions alone.

BConfidentially

Confidentiality requires encryption to prevent unauthorized disclosure of data; a hash does not encrypt or conceal the underlying data.

CAvailability

Availability refers to ensuring systems and data are accessible when needed, which is addressed by redundancy and uptime controls, not hashing.

DIntegrityCorrect

Hashing ensures integrity by generating a digest of data that changes if even a single bit is altered. If the computed hash of received data matches the original hash, the data has not been tampered with. This is why hashes are used in file verification, digital signatures, and message authentication codes.

Concept tested: Cryptographic hash functions and data integrity

Source: https://csrc.nist.gov/glossary/term/hash_function

Topics

#hashing#data integrity#cryptographic hash#integrity assurance

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice