码迷,mamicode.com
首页 > Windows程序 > 详细

Windows命令查看文件MD5码

时间:2016-10-17 11:02:02      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:

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码

标签:

原文地址:http://www.cnblogs.com/fuyuanming/p/5968763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!