← all shorts

Concept

birthday attack

A birthday attack is a type of cryptographic attack that exploits the mathematics behind the Birthday Paradox. It targets hash functions by generating numerous variations of data inputs, greatly increasing the probability of finding two different inputs that produce the same hash output (a 'collision') with fewer attempts than a brute-force approach.

Mentioned in 1 article