I need to check the MD5 of a few files on Windows. Any recommendations on either a command line or an explorer-plugin utility?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
This is I think the same one as is available on most unix systems and couldn't be easier to use from the command line. |
|||
|
|
|
For the right-click Explorer shell extension option, I use Nirsoft's HashMyFiles.
|
|||
|
|
I use md5deep as it has several practical usability advantages over most of the others listed. For one it has SHA1 and SHA256 executables in the same package, it also automatically handles directory recursion and it has a matching mode where it will validate that your files are as you left them. And it's a native Windows package so there is no need to install Cygwin if you don't really need it. |
|||
|
|
|
MS also has a tool called File Checksum Integrity Verifier (FCIV). |
|||
|
|
|
I install cygwin on all my Windows systems, then I use openssl's built in md5 command. |
|||
|
|
