转自原文 在Windows中查看文件的MD5值.
Command Prompt(CMD)、Powershell 均可。
certutil -hashfile 文件路径/文件名称 MD5
certutil -hashfile 文件路径/文件名称 SHA1
certutil -hashfile 文件路径/文件名称 SHA256
例如:
2021-07-06 04:21:53
转自原文 在Windows中查看文件的MD5值.
Command Prompt(CMD)、Powershell 均可。
certutil -hashfile 文件路径/文件名称 MD5
certutil -hashfile 文件路径/文件名称 SHA1
certutil -hashfile 文件路径/文件名称 SHA256
例如: