使用Windows 系统自带工具 certutil
命令格式为 certutil -hashfile some_file MD5
具体示例为 certutil -hashfile nonvalid.txt MD5,在 Windows 7 系统中,如下图所示:
注:
1)在 Windows 7 系统中,“MD5“ 中的字母 M 和 D 必须是大写;而在 Windows 10 中,"MD5" 选项中的字母无需大写。
2)如果不传入 "MD5" 参数,则 certutil -hashfile 命令会默认计算文件的 SHA(Secure Hash Algorithm) 哈希值。