使用 certutil 获取文件的md5值和SHA512(哈希值)

2026/04/13cmd 29 阅读

使用 certutil 获取 文件的md5值

certutil -hashfile a.tar md5

使用 certutil 获取 文件的哈希值

certutil -hashfile a.tar SHA512

使用 openssl 获取 文件的哈希值

openssl dgst -sha512 123.tgz