MD5 Checker where to get?

  • Thread starter Mobile Application Developer (MAD)
  • Start date
M

Mobile Application Developer (MAD)

Are there any md5 checker tools for windows xp? It would be nice if
there was one in sysinternals suite but I did not see anything of
sort. Does MS make such util?

thanks!
 
P

Paul

Mobile said:
Are there any md5 checker tools for windows xp? It would be nice if
there was one in sysinternals suite but I did not see anything of
sort. Does MS make such util?

thanks!

Wikipedia is a great source of links.

http://en.wikipedia.org/wiki/Md5sum

The links at the bottom, list this one.

"Microsoft File Checksum Integrity Verifier"
http://www.microsoft.com/downloads/...58-31B7-47E2-A663-7365C1686C08&displaylang=en

fciv -md5 targetfilename.ext

GNU has offered one of these for years. The only problem with
packages like this, is sometimes they need libiconv and libintl,
so they aren't always that convenient. I have one version
of md5sum.exe I'm using today, which must have those bits
statically linked, as I don't have to worry about any other
files with that one. It is 60,928 bytes. I don't know where
I got the one I'm currently using (as I have multiple versions
from various downloads). But chances are, it originated with
this package at some time.

http://gnuwin32.sourceforge.net/packages/coreutils.htm

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top