nerdexam
(ISC)2

CERTIFIED-IN-CYBERSECURITY · Question #769

Which of the following is NOT a feature of a cryptographic hash function?

The correct answer is B. Reversible. Cryptographic hash functions are designed to be one-way (irreversible) - you cannot reconstruct the original input from the hash output. The key properties they DO have include: Useful (they serve practical purposes like password storage and data integrity), Unique (a good hash…

Security Principles

Question

Which of the following is NOT a feature of a cryptographic hash function?

Options

  • AUseful
  • BReversible
  • CUnique
  • DDeterministic

How the community answered

(26 responses)
  • B
    88% (23)
  • C
    8% (2)
  • D
    4% (1)

Explanation

Cryptographic hash functions are designed to be one-way (irreversible) - you cannot reconstruct the original input from the hash output. The key properties they DO have include: Useful (they serve practical purposes like password storage and data integrity), Unique (a good hash function produces a unique output for each unique input, minimizing collisions), and Deterministic (the same input always produces the same hash output). Reversibility is intentionally absent by design; if hashes could be reversed, they would be useless for securing passwords and verifying data integrity.

Topics

#Cryptographic Hash Functions#Cryptography#Hashing Properties#Data Integrity

Community Discussion

No community discussion yet for this question.

Full CERTIFIED-IN-CYBERSECURITY Practice