Windows命令查看文件MD5/SHA1/SHA256

文章内容

1、MD5

D:>certutil -hashfile md5test.txt MD5
MD5 哈希(文件 md5test.txt):
d6 f6 bb 38 b5 6b 67 8f 34 9b e4 d6 2f 52 73 1f
CertUtil: -hashfile 命令成功完成。

2、SHA1

D:>certutil -hashfile md5test.txt SHA1
SHA1 哈希(文件 md5test.txt):
fc 58 8e 1f 62 8e fb 19 1d 74 c8 c2 06 6a 12 93 f9 57 bd cd
CertUtil: -hashfile 命令成功完成。

3、SHA256

D:>certutil -hashfile md5test.txt SHA256
SHA256 哈希(文件 md5test.txt):
c5 5a 3d 2b 3e a7 6c f3 7e 93 bd ca 1b 43 8b 22 49 a5 9a c6 33 76 07 e0 35 cc f8 a4 c4 5c 16 90
CertUtil: -hashfile 命令成功完成。

发表评论