当前位置:首页 > 系统 > Windows > 正文内容

Windows 自带文件校验工具certutil

Windows4年前 (2021-04-19)

Windows自带的certutil,可以用来校验 MD5 SHA1 SHA256 SHA384 SHA512


certutil文件路径:

32位: C:\Windows\System32\certutil.exe 

64位: C:\Windows\SysWOW64\certutil.exe

使用方法:

certutil -hashfile 文件路径 MD5 
certutil -hashfile 文件路径 SHA1 
certutil -hashfile 文件路径 SHA256
certutil  -hashfile  文件路径  SHA384
certutil  -hashfile  文件路径  SHA512


转载请注明出处。

本文链接:http://www.pythonopen.com/?id=55

相关文章

Windows11 关闭聚焦

设置    -    ...

Windows10 关闭自动播放提示

设置    -    ...