在 Win10 中計算檔案 hash 值

Linux 下可以用 md5sumsha1sum 來計算 hash,現在 Win10 也有內建工具 certutil 可以用了。

batch

certutil -hashfile <FileName> [HashAlgorithm]

其中 HashAlgorithm 支援 MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

certutil

Related Content