Windows 自带文件hash校验工具 支持 md5 sha1 sha256 sha512
系统自带检验文件 hash 工具,可以帮助验证文件完整性:
certutil -hashfile C:\filename MD5 certutil -hashfile C:\filename SHA1 certutil -hashfile C:\filename SHA256 certutil -hashfile C:\filename SHA512
系统自带检验文件 hash 工具,可以帮助验证文件完整性:
certutil -hashfile C:\filename MD5 certutil -hashfile C:\filename SHA1 certutil -hashfile C:\filename SHA256 certutil -hashfile C:\filename SHA512