A checksum or hash sum is a fixed-size datum computed from an arbitrary block of digital data for the purpose of detecting accidental errors that may have been introduced during its transmission or storage.
I've got a table of 5,651,744 rows, with a primary key made of 6 columns (int x 3, smallint, varchar(39), varchar(2)). I am …
sql sql-server-2005 checksum hash-collisionI would like to implement this in C# I have looked here: http://www.codeproject.com/KB/cpp/PEChecksum.aspx …
c# algorithm checksum portable-executable