windows校验文件时计算md5、sha1、sha256值的若干种办法
- 2019 年 12 月 31 日
- 筆記
Windows命令计算MD5与SHA1/256值
certutil -hashfile yourfilename.ext MD5
certutil -hashfile yourfilename.ext SHA1
certutil -hashfile yourfilename.ext SHA256 注意,你要说windows不区分大小写得看什么情况下,一些特定命令里大写是特定的代称,用小写会报错 例如

另外,推荐2个特别全的 hash计算器:
①hashcalc https://www.slavasoft.com/hashcalc/

②SuperHashCalculator
http://www.zhangluduo.com/article/2e1c3b55/

跟SuperHashCalculator同一个作者开发的同类软件还有batchhash(批量计算hash)和密码学全系列算法工具CryptographyLab
http://www.zhangluduo.com/article/2e1c3b55/


http://www.zhangluduo.com/article/d0fe0bbc/

下载地址里多了一个小写h
http://www.zhangluduo.com/article/d0fe0bbc/CryptographyLab.7z 才是对的地址