cmd命令:certutil
用法
CertUtil [选项] -hashfile InFile [HashAlgorithm]
certutil -hashfile D:\test.txt
certutil -hashfile D:\test.txt md5
-decodehex
– 解码十六进制编码的文件
-decode
– 解码 Base64 编码的文件
-encode
– 将文件编码为 Base64
PowerShell命令:Get-FileHash
用法
Get-FileHash D:\testtxt
Get-FileHash D:\test.txt -Algorithm md5