Posted December 18, 2010
;) It kind of depends on your OS and the hash used. If your on windows there are many CRC32 ones *they all do pretty much the same thing*, but, I've only ever used MD5summer for MD5 generation on windows, it is free: http://www.md5summer.org/
The hash files generated by one program sometimes don't work with another. If you want to check your files you may have to do some quick "find/replace all" commands to convert it into the format the program your using wants.
What I did to check my files was use md5summer to generate md5's of my files. Used notepad++ *has regex support* to convert xyem's file to my format. Sorted both lists in notepad++, and then winmerge it to find differences. It seems a little complicated but not too hard.
The hash files generated by one program sometimes don't work with another. If you want to check your files you may have to do some quick "find/replace all" commands to convert it into the format the program your using wants.
What I did to check my files was use md5summer to generate md5's of my files. Used notepad++ *has regex support* to convert xyem's file to my format. Sorted both lists in notepad++, and then winmerge it to find differences. It seems a little complicated but not too hard.