自学内容网 自学内容网

Windows系统下查看文件md5值的一种方法

使用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) 哈希值。


原文地址:https://blog.csdn.net/sig321/article/details/142824445

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!