nerdexam
EC-Council

312-50V11 · Question #581

Which property ensures that a hash function will not produce the same hashed value for two different messages?

The correct answer is A. Collision resistance. Collision resistance is the hash property that makes it computationally infeasible for two distinct messages to produce the same digest value.

Cryptography

Question

Which property ensures that a hash function will not produce the same hashed value for two different messages?

Options

  • ACollision resistance
  • BBit length
  • CKey strength
  • DEntropy

How the community answered

(44 responses)
  • A
    91% (40)
  • B
    2% (1)
  • C
    5% (2)
  • D
    2% (1)

Why each option

Collision resistance is the hash property that makes it computationally infeasible for two distinct messages to produce the same digest value.

ACollision resistanceCorrect

Collision resistance means it is computationally infeasible to find any two different inputs M1 and M2 such that H(M1) equals H(M2). This property is critical for cryptographic integrity because a hash function that allows collisions can be exploited to substitute malicious data while preserving the original hash value, undermining authentication and digital signatures.

BBit length

Bit length refers to the size of the hash output (e.g., 256 bits for SHA-256), which affects the security margin but does not itself define or guarantee collision resistance.

CKey strength

Key strength is a concept from symmetric and asymmetric encryption that describes key size and randomness; standard hash functions do not use keys and this term does not apply to the collision property.

DEntropy

Entropy measures the unpredictability or randomness of data and is relevant to key generation and password analysis, but it does not describe the specific property preventing two messages from mapping to the same hash value.

Concept tested: Hash function collision resistance security property

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

Topics

#hash functions#collision resistance#cryptographic properties#integrity

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice