Collisionresistant
Collision resistance is a property of a cryptographic hash function indicating that it is hard to find two distinct inputs that produce the same output. In practice, a hash function used for digital signatures, integrity checks, or password storage should not reveal easily any pair of inputs with identical hashes.
Formally, a hash function H is collision-resistant if, for any probabilistic polynomial-time algorithm, the probability of
There are two related notions: weak (or second-preimage) resistance and strong collision resistance. Weak collision resistance
In practice, collision resistance underpins the security of many systems. If collisions become feasible to find,