windows powershell校验下载的文件MD5和SHA1值

Windows自带MD5 SHA1 SHA256命令行工具

certutil -hashfile <文件名> <hash类型>

打开windows powershell,进入到指定的文件路径,执行
certutil -hashfile 文件名 MD5
或者
certutil -hashfile 文件名 SHA1

发布了29 篇原创文章 · 获赞 0 · 访问量 4053

猜你喜欢

转载自blog.csdn.net/InternetJava/article/details/103757976