Showing posts with label MD5. Show all posts
Showing posts with label MD5. 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)

Tuesday, 11 October 2011

Generate an MD5 hash on MAC OSX

Use the MD5 command from the terminal:

md5 <filename>