📜  get sha256 has code using powershell - 不管是什么代码示例

📅  最后修改于: 2022-03-11 14:56:48.586000             🧑  作者: Mango

代码示例1
Get-FileHash -algorithm sha256 'your path' | Format-List
 
 Instead of "-algorithm sha256" you can also use "-algorithm sha512"