标签:art 查看 util md5 certutil 系统 txt sha cer
Linux系统生成MD5、SHA、SHA256
md5sum file1.zip >> MD5.txt
sha1sum file1.zip >> SHA1.txt
sha256sum file1.zip >> SHA256.txt
windows系统生成MD5、SHA、SHA256
certutil -hashfile file1.zip MD5 >> MD5.txt
certutil -hashfile file1.zip SHA1 >>SHA1.txt
certutil -hashfile file1.zip SHA256 >> SHA256.txt
certutil -hashfile yourfilename.ext MD5
certutil -hashfile yourfilename.ext SHA1
certutil -hashfile yourfilename.ext SHA256
标签:art 查看 util md5 certutil 系统 txt sha cer
原文地址:https://www.cnblogs.com/superfeeling/p/9772631.html