使用Windows自带命令行工具 计算文件hash(MD5 SHA1 SHA256)
powershell下使用
certutil -hashfile <文件名> <hash类型>
certutil -hashfile 1.jpg MD5
certutil -hashfile 1.jpg SHA1
certutil -hashfile 1.jpg SHA256
powershell下使用
certutil -hashfile <文件名> <hash类型>
certutil -hashfile 1.jpg MD5
certutil -hashfile 1.jpg SHA1
certutil -hashfile 1.jpg SHA256