Can compute the hash sum of files VERY QUICKLY.
- You'll be prompted to enter a file path the second you launch the program.
- Enter the file path of the program you'd like to compute the MD5 HASH code of.
- If you want to hash
FIleHasher.exe(the program you're currently using) for some reason, just type 1 of the 3 things:this,., or,.
I coded the program to automatically calculate the MD5 HASH code of itself if you type that because I'm lazy. - A
BackgroundWorkerwill be ran asynchronously and it will show the progress of the hash computation. - Once it reaches 100%, which will happen very quickly, it will display the hash code of the file.
- Click and hold your cursor at the end of the computed hash code.
- Drag your cursor to the beginning of the computed hash code.
- Do the system-default hotkey
Ctrl+Cto copy the code, and paste it intoNotepador something for use for later if you want.