Windows命令查看文件MD5码

Posted 秦黎

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows命令查看文件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 命令成功完成。

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 命令成功完成。

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 命令成功完成。

 

以上是关于Windows命令查看文件MD5码的主要内容,如果未能解决你的问题,请参考以下文章

利用Windows自带的Certutil查看文件MD5

Windows命令行查看文件的MD5.md

windows 查看文件 MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512码

查看文件md5值

windows查看文件MD5值

linux怎么查看文件md5值