计算文件MD5 SHA1 SHA256的办法。在cmd输入下面的命令就可以了
certutil -hashfile <filename> MD5
certutil -hashfile <filename> SHA1
certutil -hashfile <filename> SHA256
⌚Time: 2023-07-08 23:39:55
计算文件MD5 SHA1 SHA256的办法。在cmd输入下面的命令就可以了
certutil -hashfile <filename> MD5
certutil -hashfile <filename> SHA1
certutil -hashfile <filename> SHA256