0%

Windows命令计算MD5与SHA1/256值

1
2
3
4
5
6
# MD5
certutil -hashfile yourfilename.ext MD5
# SHA1
certutil -hashfile yourfilename.ext SHA1
# SHA256
certutil -hashfile yourfilename.ext SHA256