What is the fastest hash algorithm to check if two files are equal?

Posted by eflles on Stack Overflow See other posts from Stack Overflow or by eflles
Published on 2009-11-19T07:52:54Z Indexed on 2010/05/17 4:30 UTC
Read the original article Hit count: 181

Filed under:
|
|

What is the fastest way to create a hash function which will be used to check if two files are equal?

Security is not very important.

Edit: I am sending a file over a network connection, and will be sure that the file on both sides are equal

© Stack Overflow or respective owner

Related posts about hashing

Related posts about files