MySQL323
#2
It's a custom hash function. Like most other home-brewn hash functions it has serious flaws for this use. This is a reason you see many hash collisions.

Another reason is simply the fact that the output is as short as 64 bits. Regardless of the quality of a hash function, if it has n bits of output it is simply bound to have at least one hash collision for 2ⁿ+1 inputs.


Messages In This Thread
MySQL323 - by Keeper. - 03-07-2014, 11:44 PM
RE: MySQL323 - by magnum - 03-08-2014, 12:38 AM
RE: MySQL323 - by epixoip - 03-08-2014, 09:45 AM