Page 1 of 1

Off topic - nice Windows stuff

Posted: 2016.08.16 13:15
by Marcus
To generate file hashes on Windows:

CertUtil -hashfile <filename> [<algo>]

For example:
CertUtil -hashfile C:\myFile.txt MD5

Default when not specifying a hash algorithm is SHA1.