Windows下cmd命令获取文件MD5、sha1、sha256

打开cmd窗口,输入命令 certutil -hashfile md5/sha1/sha256

D:\Download>certutil -hashfile exchange1_0_1.zip MD5
MD5 的 exchange1_0_1.zip 哈希:
0c62bec88566385b7d0cd8db222de4d4
CertUtil: -hashfile 命令成功完成。

D:\Download>certutil -hashfile exchange1_0_1.zip SHA1
SHA1 的 exchange1_0_1.zip 哈希:
7d0e71ae40072be40ba11cfc8dd3b397e3a7ea7b
CertUtil: -hashfile 命令成功完成。

D:\Download>certutil -hashfile exchange1_0_1.zip SHA256
SHA256 的 exchange1_0_1.zip 哈希:
26fe714d2479e1e949054c1fed015c859175975aa175f70cf9055c7129f35ec7
CertUtil: -hashfile 命令成功完成。

java获取文件MD5

你可能感兴趣的:(command)