抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

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

评论