Recently a team of researchers reported that the SHA-1 function offers significantly less collision resistance than could be expected from a cryptographic hash function of its output size. This ...
I need a fast hashing function for the purpose of unique identification (not security). How many different, say, 100 character strings can I hash with md5 before hitting a collision? What about sha1?