http://www.perlmonks.org?node_id=991165


in reply to [OT]:Faster signature algorithm than md5?

Given that using MD5 in this manner is a probabilistic method of determing whether two files are the same or not, why not just use file length as the determinator of possible equality and then compare the possibly equal files to make an absolute determination?