用到的命令:CertUtil
已测试系统:Windows 7、Windows 10、Windows Server 2012 R2
使用方法 {#menu_index_1}
命令 {#menu_index_2}
CertUtil -hashfile 文件路径 [算法]
使用举例 {#menu_index_3}
校验 当前路径
下的 Test.zip
的 MD5
CertUtil -hashfile Test.zip MD5
校验 D:\Temp\ZIP\Test.zip
的 SHA1
CertUtil -hashfile "D:\Temp\ZIP\Test.zip" SHA1
使用截图 {#menu_index_4}
支持的算法 {#menu_index_5}
- MD2
- MD4
- MD5
- SHA1
- SHA256
- SHA384
- SHA512