常用命令

DOS查看文件MD5

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

Linux查看MD5

md5sum feilName.war 

原文地址:https://www.cnblogs.com/weslie/p/6731769.html