windows下查看文件的MD5值

转自原文 在Windows中查看文件的MD5值.

Command Prompt(CMD)、Powershell 均可。

certutil -hashfile 文件路径/文件名称 MD5
certutil -hashfile 文件路径/文件名称 SHA1
certutil -hashfile 文件路径/文件名称 SHA256

 

例如:

 

posted @ 2021-01-17 18:44  wenglabs  阅读(1373)  评论(0编辑  收藏  举报