计算机单机取片
linux、windows下用命令行计算文件的哈希值(md5)
windons
certutil -hashfile 文件名 [哈希方法]
不加参数默认sha1。可以自己选择md5

linux
md5sum 文件名

计算机单机取片
linux、windows下用命令行计算文件的哈希值(md5)
windons
certutil -hashfile 文件名 [哈希方法]
不加参数默认sha1。可以自己选择md5
linux
md5sum 文件名