首页 > 技术文章 > windows下cmd命令行计算文件hash值

adnny 2019-10-18 21:45 原文

命令certutil -hashfile

certutil -hashfile D:\1.exe MD5
certutil -hashfile D:\1.exe SHA1
certutil -hashfile D:\1.exe SHA256

 

推荐阅读