Hak5
Save 10% at GoDaddy.com with coupon code HAK

Birthday Paradox

From Hak5

Jump to: navigation, search

Birthday Paradox is in its more generic sense applies to hash functions: the number of N-bit hashes that can be generated before probably getting a collision is not 2N, but rather only 2N/2. This is exploited by birthday attacks on cryptographic hash functions and is the reason why a small number of collisions in a hash table are, for all practical purposes, inevitable.



This HAK.5 related article is a stub. You can help HAK.5 by expanding it.