Monday, November 16, 2015

Validate MD5 in Windows


In CMD just type:
CertUtil -hashfile <FILEPATH> MD5

will return the correct hash to validate against.


No comments:

Post a Comment