Submitted by PhilEddies on Fri, 03/18/2011 - 14:40administrator | 4351 points
The below VB.net Console Application will simply return the MD5 hash of a file you pass to it as an argument.
Exmaple Usage:
"C:\test\File_MDS_Hash_Generator.exe" C:\Program Files (x86)\Microsoft Office\OFFICE11\EXCEL.EXE <enter>
3D478B8AF281FA52E8EF1BD9E7895DA5
Do NOT enclose the argument with quotes even if your path contains spaces or you will get an nasty error.
Recent comments