Comments on: How to check MD5 File Checksum with Windows https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/ Cloud and Datacenter Blog focusing on Microsoft Azure Wed, 16 Nov 2016 12:54:50 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: narender https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-668459 Wed, 16 Nov 2016 11:21:39 +0000 http://www.thomasmaurer.ch/?p=1562#comment-668459 Thanks Sunder.. it works for me

]]>
By: thierrybo https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-628468 Sun, 11 Oct 2015 10:43:06 +0000 http://www.thomasmaurer.ch/?p=1562#comment-628468 thanks. So from you comment, we have to use an image file (img iso …), you can’t run a command straight on a CD/DVD as this linux command :md5sum /dev/scd0 ?

]]>
By: Sander https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-626275 Sun, 27 Sep 2015 19:45:26 +0000 http://www.thomasmaurer.ch/?p=1562#comment-626275 Actually you don’t need to install additional software.
Just use the Windows built-in certutil:

CertUtil -hashfile C:\TEMP\MyDataFile.img MD5

HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

]]>
By: thierrybo https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-617611 Mon, 03 Aug 2015 10:16:29 +0000 http://www.thomasmaurer.ch/?p=1562#comment-617611 what is the fciv command to calculate a “physical” dvd checksum?

]]>
By: Serafino https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-604925 Thu, 28 May 2015 21:36:15 +0000 http://www.thomasmaurer.ch/?p=1562#comment-604925 Five = fciv :P

]]>
By: Serafino https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-604924 Thu, 28 May 2015 21:35:16 +0000 http://www.thomasmaurer.ch/?p=1562#comment-604924 @ivo ochoa: not only the five uses xml instead of a plain file, but the checksum is base64 encoded too into the xml… I think it is easy to code something that let you compare the five output with the md5sum one… Probably there is already something on the net that let you do that comparison…

]]>
By: ivo ochoa https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-591651 Mon, 06 Apr 2015 17:30:48 +0000 http://www.thomasmaurer.ch/?p=1562#comment-591651 But i have created a md5sum in linux using native utility, transfer files for FTP and when it arrive to windows 7 i need a utility for confirm if ftp was correct, i have tried with FCIV utilitybut it dosen’t work because in linux md5sum generate a plain file with some structure and FCIV use xml so it have different structures. How compare a md5 file generated in linux with another generated in windows for verify a ftp transfer?

]]>
By: Thomas Maurer https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-302033 Mon, 14 Jul 2014 10:41:48 +0000 http://www.thomasmaurer.ch/?p=1562#comment-302033 In reply to Serafino.

cool!

]]>
By: Serafino https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-267894 Thu, 03 Jul 2014 17:33:11 +0000 http://www.thomasmaurer.ch/?p=1562#comment-267894 Hi,

After using Windows 8.1 for some weeks I thought about a GUI app to verify checksum, a Windows Store (Metro UI) app. So I developed a windows 8.1 app that allows file MD5/SHA hash generation, check and allow to compare two files hashes. The name is MD5 Win Verifier. You can try it at http://apps.microsoft.com/windows/en-us/app/md5-win-verifier/0c116c08-0bd6-42c4-80e3-476a7df6d934 .

I hope it could be usefull :)

]]>
By: ben https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comment-166485 Wed, 04 Jun 2014 00:19:19 +0000 http://www.thomasmaurer.ch/?p=1562#comment-166485 I disagree with the commenters, agree with the poster. Use FCIV.
Also why download a third party tool that also runs on linux, etc when there are already integrated tools for Linux and most unix?

linux = md5sum
aix = csum
windows = FCIV !!

My FCIV screenshot:
http://geekswing.com/wp-content/uploads/2014/04/windows_md5sum_sha1_example.jpg

Great post OP

]]>