Windows 下计算文件hash值

CMD:

certutil -hashfile 文件及路径名 sha1

certutil -hashfile 文件及路径名 md5

PowerShell

Get-FileHash 文件及路径名 -Algorithm sha1

Get-FileHash 文件及路径名 -Algorithm md5

 

Leave a Comment

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.