How to generate the Hashed File using Certutil?

Hi guys, today I gonna show you how we can generate the hashed file using Certutil command in Windows. And you can use the different hash algorithms like MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512.

Please find the below example of getting the SHA512 hash of a file using Command Prompt:
certutil -hashfile D:\test\test.txt SHA512

After running this command, your test.sha512 hashed file will be ready on D:\test\ directory.

That’s it. I hope this will help. 🙂
Photo: https://www.brandeps.com

Leave a Reply

Your email address will not be published. Required fields are marked *