Windows Certutil.exe MD5 SHA156

 

Certutil.exe is Windows 10 utility to verify certificates, key pairs, and certificate chains.

Usage:
certutil.exe -hashfile File_to_verify MD5
or
certutil.exe -hashfile file_to_verify SHA256

Examples:

C:\Windows\System32>certutil.exe -hashfile ConfigNotes.txt MD5
MD5 hash of ConfigNotes.txt:
53ddd47b2b2d4c72a5c56b5e115a6be5
CertUtil: -hashfile command completed successfully.

C:\Windows\System32>certutil.exe -hashfile ConfigNotes.txt  SHA256
SHA256 hash of ConfigNotes.txt :
0a2f8f564350360829a703d209e42982a1c8a7bd57d58a94a65b50cd76f0c318
CertUtil: -hashfile command completed successfully.