mac下:
md5:
openssl md5 1.txt
或者:md5 1.txt
sha1:
openssl sha1 1.txt
sha256:
openssl sha256 1.txt
windows下:
md5:
certutil -hashfile 1.txt md5
sha1:
certutil -hashfile 1.txt sha1
sha256:
certutil -hashfile 1.txt sha256
mac与windows下各自的md5、sha1、sha256命令行校验工具
阅读 94
2022-01-20
openssl md5 1.txt
或者:md5 1.txt
openssl sha1 1.txt
openssl sha256 1.txt
certutil -hashfile 1.txt md5
certutil -hashfile 1.txt sha1
certutil -hashfile 1.txt sha256
相关推荐
精彩评论(0)