在文件路径打开cmd窗口
输入命令
用Windows自带的certutil命令来计算一个文件的校验值1:
certutil支持的算法有:MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512。
certutil的使用方法非常简单,只需要执行“certutil -hashfile 文件名 校验值类型”,即可计算出对应文件的校验值。
我这里输入
certutil -hashfile D:\Users\download\Programs\Umi-OCR_Paddle_v2.1.1.7z.exe SHA256
D:\Users\download\Programs>certutil -hashfile D:\Users\download\Programs\Umi-OCR_Paddle_v2.1.1.7z.exe
SHA1 的 D:\Users\download\Programs\Umi-OCR_Paddle_v2.1.1.7z.exe 哈希:
d5c735654d7bf10abf0421a762556c936b4e658c
CertUtil: -hashfile 命令成功完成。D:\Users\download\Programs>certutil -hashfile D:\Users\download\Programs\Umi-OCR_Paddle_v2.1.1.7z.exe SHA256
SHA256 的 D:\Users\download\Programs\Umi-OCR_Paddle_v2.1.1.7z.exe 哈希:
53e144b07c3ddfc1038e16926912de75c8212840c84cd56713f9e93ecc22e753
CertUtil: -hashfile 命令成功完成。
参考链接: link ↩︎