# 使用Windows命令certutil查看文件的MD5值使用方法: CertUtil [Options] -has
# 使用Windows命令certutil检察文件的MD5值 使用要领:
CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file
例子:
certutil -hashfile D:\file.extension MD5
certutil -hashfile D:\file.extension SHA1
certutil -hashfile D:\file.extension SHA256
命令简介:
Certutil.exe is a command-line program that is installed as part of Certificate Services. You can use Certutil.exe to dump and display certification authority (CA) configuration information, configure Certificate Services, backup and restore CA components, and verify certificates, key pairs, and certificate chains.
具体参考windows技术文档 - - - - 点击跳转
,温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/35480.html