有时候需要检验下载文件的md5或sha256的值,之前我一直利用软件计算。最近发现系统自带的Windows PowerShell也可以计算。
I) 进入PowerShell: 按Win键+R打开“运行",输入"powershell"并运行之。
II) 如图所示: 利用Get-FileHash命令及-Algorithm参数即可计算文件摘要。
原文地址:https://www.cnblogs.com/r0xFED/p/12243537.html
时间: 2024-10-10 21:58:08