在 Mac/Win/Linux 上查询文件的 MD5 值

Windows

在 CMD 里使用原生命令 CertUtil 即可验证 md5 值:

CertUtil -hashfile 文件路径 MD5

例如:

CertUtil -hashfile C:\Users\username\Downloads\myfile.txt MD5

Mac

md5 文件路径

例如:

md5 "/Users/username/Downloads/My Folder/myfile.txt"

Linux

md5sum 目标文件

例如:

md5sum "/Users/username/Downloads/My Folder/myfile.txt"

在 Mac 上用 root 用户运行 wireshark 在 M1 Mac 中安装 x86 的 Windows