Hi ,
So, would you expect your md5sum to match th SHA512 hash, or the BLOWFISH hash? :)
md5, sha, and blowfish are each different hash algorithms - with md5 probably being the worst. But, an md5 will never be the same as a sha512 or blowfish hash - as you can see, hash sizes are totally different.
I can't entirely with Jaglover. I haven't tested a hash of the gentoo isos in years (though I don't use them much anymore either, having more than enough systems already from which I can install). But nevertheless, checking the hashes on downloads is generally considered A Good Idea.
Anyway, 'ignore it' may be accurate but not an answer. Google suggests several options for sha sums in windows, though most seem to be based on the open source versions of the programs. I leave the rest on that subject as an exercise for you - if I wanted to be figuring out how to acquire missing "standard" utilities in winsows 7, I would be running windows 7. But if it makes you feel better (and if you don't trust the mirror, who am I to be trusted!?!):
Code: Select all
dan@rachel ~/Downloads $ md5sum install-amd64-minimal-20120917.iso
3710a48f28a2d02b072f702115d63861 install-amd64-minimal-20120917.iso
dan@rachel ~/Downloads $ sha512sum install-amd64-minimal-20120917.iso
dcd2247006b8683497eebdd2bac9981b60c11ed9a948840ec27e8c33220c10d12a81896682dd6af2ef3fbfa0cc96fe4e722ea9c6328bb18cb8aec5dd9782698f install-amd64-minimal-20120917.iso
The sha512 from the digest is a match against the same ISO that gives you your MD5, so as far as I'm concerned, you have the right file.