MD5 view files under Windows, SHA value

In fact, the windows system itself can also use the command to view MD5 and SHA value of the file, the command is as follows:

certutil -hashfile filename SHA1
certutil -hashfile filename SHA256
certutil -hashfile filename MD5

Examples are as follows:

 

Guess you like

Origin www.cnblogs.com/jxcryf/p/11466454.html