查看文件哈希值

154 阅读1分钟

In Linux/macOS

md5sum file_name
sha1sum file_name
sha256sum file_name

In Windows

certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256