Posted October 14, 2014
Does someone have good recommendation for (Windows) checksum utilities similar to dvdsig? Ie. something to recursively create md5 (or sha1, or sha512 or whatever) checksums for all the files in a folder and all its subfolders, and easily verify their integrity at any time, e.g. if you have copied them all to another media?
dvdsig is otherwise just what I need, but it seems to report quite many "invalid data" errors already when scanning files, not really telling why it considers the data invalid. To me it would appear it has problems at least with extra characters in filenames, very long paths/filenames, and possibly tiny files? Also, I have no idea why dvdsig uses so TINY font, I sometimes have problems seeing what exactly it is writing on the screen, especially when it is writing grey text on blue background. Also, I haven't found a way to e.g. copy&paste the report anywhere, to check in more detail which files have failed the verification.
Features I'm looking for:
- hopefully portable (like dvdsig, e.g. just put the exe in the root directory and run it there)
- simple to use to create checksums for all files in the current folder and subfolders, and to verify them later
- hopefully the report can be saved
- doesn't have similar problems with obscure filenames etc. as dvdsig
- preferably freeware, but I am willing to pay something if it is good
Some I've tried so far:
1. <span class="bold">md5summer</span> (freeware): it felt promising, but I have to select all the folders in the root directory, ie. I can't tell it to just create checksums of all folders/files in the current directory. Also it seemed to me it was still creating md5 checksums, even though I told it to create sha1 checksums? Also its "About" page mentions Windows versions up to XP, so is this an abandoned utility? I like it though how it gives you detailed feedback while processing the files.
2. <span class="bold">Corz Checksum</span>: on paper this sounds promising. While it includes a portable version, it seems you really should install it to get the most out of it. I wish it was more visible when creating the checksums, now it just shows some tiny text of the currently processed file in the upper left corner of the screen. This is nagware, asking for a donation. Fine by me, if it ends up being what I am looking for.
3. <span class="bold">MD5 and SHA Checksum Utility</span>, it appears at least the freeware version doesn't handle subfolders. I understood there is a (commercial?) Pro version which does, but I don't dare to buy such without trying first.
Two extra questions: is md5sum reliable enough for integrity checking, or is there a reason to prefer sha1, sha256, blake2 etc. instead?
Also, are there similar utilities for Linux, or is there the idea to create a bash script of my own which does it using md5sum or sha1sum?
dvdsig is otherwise just what I need, but it seems to report quite many "invalid data" errors already when scanning files, not really telling why it considers the data invalid. To me it would appear it has problems at least with extra characters in filenames, very long paths/filenames, and possibly tiny files? Also, I have no idea why dvdsig uses so TINY font, I sometimes have problems seeing what exactly it is writing on the screen, especially when it is writing grey text on blue background. Also, I haven't found a way to e.g. copy&paste the report anywhere, to check in more detail which files have failed the verification.
Features I'm looking for:
- hopefully portable (like dvdsig, e.g. just put the exe in the root directory and run it there)
- simple to use to create checksums for all files in the current folder and subfolders, and to verify them later
- hopefully the report can be saved
- doesn't have similar problems with obscure filenames etc. as dvdsig
- preferably freeware, but I am willing to pay something if it is good
Some I've tried so far:
1. <span class="bold">md5summer</span> (freeware): it felt promising, but I have to select all the folders in the root directory, ie. I can't tell it to just create checksums of all folders/files in the current directory. Also it seemed to me it was still creating md5 checksums, even though I told it to create sha1 checksums? Also its "About" page mentions Windows versions up to XP, so is this an abandoned utility? I like it though how it gives you detailed feedback while processing the files.
2. <span class="bold">Corz Checksum</span>: on paper this sounds promising. While it includes a portable version, it seems you really should install it to get the most out of it. I wish it was more visible when creating the checksums, now it just shows some tiny text of the currently processed file in the upper left corner of the screen. This is nagware, asking for a donation. Fine by me, if it ends up being what I am looking for.
3. <span class="bold">MD5 and SHA Checksum Utility</span>, it appears at least the freeware version doesn't handle subfolders. I understood there is a (commercial?) Pro version which does, but I don't dare to buy such without trying first.
Two extra questions: is md5sum reliable enough for integrity checking, or is there a reason to prefer sha1, sha256, blake2 etc. instead?
Also, are there similar utilities for Linux, or is there the idea to create a bash script of my own which does it using md5sum or sha1sum?
Post edited October 14, 2014 by timppu
This question / problem has been solved by Sude
