Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

DesertFox

macrumors member
Original poster
Nov 25, 2004
72
0
Hello,

What is the simplest way to check a md5 checksum of a file? Can it be done in the terminal or is there a nice little app out there somewhere?

Thanks in advance!
 
Terminal can do it with md5 fileName. You can also do a SHA1 checksum with sha1 fileName
 
I've always thought I had to download additional software for SHA1. And, indeed:

-bash: sha1: command not found
 
I've always thought I had to download additional software for SHA1. And, indeed:

-bash: sha1: command not found

You need to use openssl md5 or openssl sha1, not just md5 or sha1. You don't need to download anything additional for it. ;)
 
This is how you verify MD5 checksums on Windows
The Easy Way (digestIT with GUI)

digestIT is a graphical tool that should be easier to use for most Windows users.
Download digestIT.
Navigate in Windows Explorer to the directory where you saved/downloaded the OpenOffice.org archive.
Right click the OpenOffice.org archive file in and select digestIT -> Verify MD5 Hash (or Calculate MD5 Hash).
If you select "Verify MD5 Hash" then you will be able to copy and paste the MD5 from MD5Sum page (linked to on the latest download page). If the checksums match, you will see: "Digest matches. Verification succeeded."
If you select "Calculate MD5 Hash" then you will need to visually compare the calculated MD5 with the one listed on the MD5Sum page (linked to on the latest download page).
man and van hire london
http://www.ring4van.com
 
Is there a program for the MAC...since we are a Mac Forum here, that will check the MD5 checksum of a file. I need to check a file before I root my phone and I'm not a huge techie. Thanks! Happy New Year!
 

Attachments

  • Screen Shot 2011-12-31 at 2.34.22 PM.png
    Screen Shot 2011-12-31 at 2.34.22 PM.png
    96.9 KB · Views: 804
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.