Off topic - nice Windows stuff
Posted: 2016.08.16 13:15
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.
CertUtil -hashfile <filename> [<algo>]
For example:
CertUtil -hashfile C:\myFile.txt MD5
Default when not specifying a hash algorithm is SHA1.