windows 下,获取文件的md5值sha1sha256值
Posted 小金儿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 下,获取文件的md5值sha1sha256值相关的知识,希望对你有一定的参考价值。
windows下,cmd窗口 执行下列指令可获取对应的加密值
certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256
linux下,直接md5sum 文件名 可获取文件的md5值
加密值 存储到对应文件:
md5sum person.java > a.txt
md5sum person_new.java > b.txt
diff a.txt b.txt
以上是关于windows 下,获取文件的md5值sha1sha256值的主要内容,如果未能解决你的问题,请参考以下文章