Quiz Entry - updated: 2026.07.30
What is collision resistance?
A property of a hash function meaning it is computationally infeasible to find two different inputs that produce the same hash.
Without it, someone could secretly swap one piece of data for another that shares the same fingerprint, silently rewriting history. It is distinct from pre-image resistance (which is about not inverting a hash) — collision resistance is about not finding any two clashing inputs.