Collision resistance

From Computer Science Wiki
Advanced programming[1]

Collision resistance is a property of cryptographic hash functions: a hash function H is collision resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b such that H(a) = H(b), and a ≠ b[2]

Collision-Resistance-depicted-Friedl-2005.png

References