Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 29, 2012 03:54
Show Gist options
  • Save ashwin/2822421 to your computer and use it in GitHub Desktop.
Save ashwin/2822421 to your computer and use it in GitHub Desktop.
Verify MD5 or SHA-1 hash on Windows
REM Generate MD5 hash
fciv foobar.iso
REM Generate SHA-1 hash
fciv -sha1 foobar.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment