|
|
|
|
|
by schr0dinger
2239 days ago
|
|
A universal set of hash functions is a set of hash functions such that randomly choosing any hash function from the set guarantees an upper bound on the number of collisions regardless of which keys from the universe are input to it (which are also random). Basically it makes it more difficult for an adversary to exploit collisions from your hash function. |
|
You have a list of hash functions, and choose one at random, then hash a password. Later a hacker gets these hashed passwords, and has an extra hard time? But this wouldn't work for checking passwords because you wouldn't know what hash.
What is a real use case?