Showing posts with label Windows MD5 Hash. Show all posts
Showing posts with label Windows MD5 Hash. Show all posts

Friday, 18 January 2013

Generate an MD5 hash on Windows

*when you don't have Powershell

Download the FCIV tool from Microsoft:

http://support.microsoft.com/kb/841290

Extract it to the same folder that your file is in.

Open a Command Prompt and run:

FCIV.exe -add <filename


(FCIV calculates MD5 hashes by default)