mm wrote:
> Some of the software available for download lists MD5 checksums.
>
> I have no idea how to generate a checksum to compare with the one on
> the download page. Do many people do this? I only find urls that
> say how to do it in Unix.
>
>
> Background:
> My guess is that if one uses the right software on the downloaded
> file, he should get the checksum, and then he'll know the file wasn't
> virified or tampered in some other way to his detriment. The wikip
> entry talks about transmission errors.
>
> Either way, I don't know how to do it, or if I should bother. Do
> many people do it?
I do this all the time. I have a port of MD5SUM which I use
regularly, but I can't tell you exactly where I found it.
I've had it for a while.
Microsoft provides a tool, called FCIV. It computes both
MD5 (message digest 5) and SHA1. So you could get this one.
http://www.microsoft.com/downloads/e...displaylang=en
Of the two algorithms, I've heard that MD5 has been cracked. What
that means, is a hacker can change the contents of a download
file, preserve the file length, and have the MD5 sum work
out to the correct value. And thus, in the larger scheme of
things, an MD5 sum may not identify when a download has been
altered.
I don't know if the same is true of SHA1 or not. There are some
comments here about SHA1.
http://www.h-online.com/security/fea...ed-747181.html
A determined hacker, could probably alter a downloaded file,
and make those checks appear normal. So the technique is not
without its flaws.
Paul