win7 win10 自带 md5 sha1 校验工具
cmd 里面的 certutil
Power Shell 里面的 Get-FileHash
用法: CertUtil [选项] -hashfile InFile [HashAlgorithm]
certutil -hashfile D:\1.txt
certutil -hashfile D:\1.txt md5
Get-FileHash D:\1.txt
Get-FileHash D:\1.txt -Algorithm md5
cmd 里面的 certutil
Power Shell 里面的 Get-FileHash
用法: CertUtil [选项] -hashfile InFile [HashAlgorithm]
certutil -hashfile D:\1.txt
certutil -hashfile D:\1.txt md5
Get-FileHash D:\1.txt
Get-FileHash D:\1.txt -Algorithm md5
评论已关闭