PDA

View Full Version : sha-1 File Hash



SupperBin
10-21-2009, 08:13 PM
I have been looking into the best way of doing a file checksum, and the best way i have found is to do a sha1 file hash, please can any one help by telling me the best way of being able to do a sha1 file check

Thank you
SupperBin

Derek
10-22-2009, 05:14 AM
Take a look at:
http://www.nirsoft.net/utils/hash_my_files.html

Or perhaps use File.GetCRC - it's built in and easy to use :)

Hope this helps ..