File Comes With MD5 Hash, How Do I Check It?

dw85745

New member
Member
VIP
Local time
8:57 AM
Messages
199
Some website give you a MD5 hash value to verify the file after download.
All well and good, but how does one generate an MD5 hash on their system to check it?
 

My Computer My Computer

At a glance

Win 7 Pro x32Intel I5-4690K8 GBOn Board
Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
Google Online Hash Generator. For files with SHA1 or SHA256 I just use 7Zip
 

My Computer My Computer

At a glance

8.1 home x64
Computer type
PC/Desktop
OS
8.1 home x64
Hi DW

I tend to use this one
MD5 File Checksum Online

Then compare it to the file hash from where you downloaded it


Roy
 

My Computer My Computer

At a glance

W7 home premium 32bit/W7HP 64bit/w10 tp insid...E5300 dual core3gbNvidia Geforce 7100 Nforce 630i
Computer type
PC/Desktop
Computer Manufacturer/Model Number
medionl/Aspire 6930G/acer x55a
OS
W7 home premium 32bit/W7HP 64bit/w10 tp insider ring
CPU
E5300 dual core
Motherboard
medion MS7366
Memory
3gb
Graphics Card(s)
Nvidia Geforce 7100 Nforce 630i
Monitor(s) Displays
avixc
Internet Speed
n (isp resticted to 72)
Antivirus
mse/pands
Browser
palemoon
Other Info
Belkin Fd7050 n USB using Railink RT2870 drivers, more upto date
Bat1: Have 7Zip (old version) so will check it.
Under file has an option for "checksum", but appears this is for
a file that is part of zip, NOT the zip itself.

Torchwood: Looking for a program put my system rather online drag/drop.
 

My Computer My Computer

At a glance

Win 7 Pro x32Intel I5-4690K8 GBOn Board
Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs

My Computer My Computer

At a glance

8.1 home x64
Computer type
PC/Desktop
OS
8.1 home x64
Bat 1: Thanks -- will Upgrade.
 

My Computer My Computer

At a glance

Win 7 Pro x32Intel I5-4690K8 GBOn Board
Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
No Problem :) I'd been using the Online checker that torchwood posted above until Enthousiast at MDL recommended I upgrade My 7Zip and do it that way, so I'm just passing along the nfo that someone else gave to me. If You click on the "*" at the bottom of the list it'll give you the CRC32 and 64 hashes as well as the SHA1 and 256 hashes along with BLAKE2sp all at the same time.

I have AT&T UVerse running on 40 to 50 Years old copper lines for My Internet that get cut and spliced at least once or twice a Year. The Signal to Noise Ratio is barely at the usable level most of the time so I'll see 10's of Thousands of FEC and CRC Errors before My Modem shuts downs and they get reset to zero. I always check the signal before I download anything important, but I still have so many corrupted downloads that I started verifying Everything I download.
 

My Computer My Computer

At a glance

8.1 home x64
Computer type
PC/Desktop
OS
8.1 home x64
Bat 1: Thanks for passing on the info.
GREAT INFO TO KNOW!
Was going to write a Hash program if all else failed, but with 7Zip upgrade, will save me a bit of work.
 

My Computer My Computer

At a glance

Win 7 Pro x32Intel I5-4690K8 GBOn Board
Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
I would suggest that you use HashCheck software for this task. It's a Explorer shell extension that adds a "checksum" tab to the properties of files and folders from where you can create hashes for all files. It also allows to verify checksum files with a simple double click. I've been using it since a few years.
Its main drawbacks are that it's a bit old and unmaintained (but still working) and it only works with CRC32, MD4, MD5 and SHA1 hashes. I would like a better software supporting more hashes, but I've found nothing yet. In particular, SHA256 support is important, as many sites use it.
(if you decide to create that hash program I would really like to try it, I was considering make one myself :p).

For this purpose anything "online" is a terrible option. The purpose of the hash is to verify the data as it exist on your system, not the one you upload to some random website. If your connection has problems, you get twice the chance of a failure (download and posterior upload), so you can get false negatives while having a perfectly fine file. Also, you must spend more time and bandwidth re-uploading the file.
The only real way and useful is to generate the hash yourself and compare with the supplied one.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel Core i7-740QM8 GB DDR3NVIDIA GeForce 330GT
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Alejandro85:

Thanks for feedback.
Agree with going outside, that's why 7Zip was of interest.
FWIW: At the link provided, they provide the source code for the App (program).
Haven't perused in depth, but look for the SHA256 first to see if available
to upgrade it.
 

My Computer My Computer

At a glance

Win 7 Pro x32Intel I5-4690K8 GBOn Board
Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
Back
Top