Submitted by yonatan zilpa on
Starting from Windows 8 Microsoft Windows is shipped with new certification
management tool called: certutil.exe. We can use this program to calculate hash values of file using different hash algorithms.
certutil -hashfile [filename] md5
certutil -hashfile [filename] sha1
certutil -hashfile [filename] sha512
- Log in to post comments