View Full Version : what is SHA1 cheksum on files
o0O0o.o0O0o
09-18-2009, 03:04 AM
I have seen on various websites that with every file to download , there is some code like
SHA1 Checksum: 675261c60ccdc9b21fec73b96c92882d6760ceab
or some md5 hash codes
What are they used for . I haven't used them ??
oracleguy
09-18-2009, 03:38 AM
They are so you can make sure the file downloaded properly and your file matches what they uploaded. So like if it later got infected with a virus, it would have a different hash.
o0O0o.o0O0o
09-18-2009, 03:43 AM
Does anyone checks it before executing?? Just for the info , How many times you have checked before running any file from internet.
oracleguy
09-18-2009, 05:26 PM
Depends on the situation, its more common to check when on a Linux system since the tools are commonly installed.
When I write scripts that pull files off the Internet that have digest information (aka hashes), I'll usually check against it.
primefalcon
09-19-2009, 09:05 AM
Depends on the situation, its more common to check when on a Linux system since the tools are commonly installed.
When I write scripts that pull files off the Internet that have digest information (aka hashes), I'll usually check against it.
It's not just for virus infection either, it checks against file corruption or really any kind of file modification
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.