13.01.2014, 12:25
Quote:
|
The udb_hash function only generates numbers, so using the comparison operator is valid. Though this code is incredibly insecure. This kind of "hash" can be cracked in mere seconds. Adler32 (which is wat udb_hash is) is a checksum algorithm rather than a hashing algorithm.
|
Umm...Just tell me how to fix it.

