powershell路劲:C:\Windows\System32\WindowsPowerShell\v1.0
记住powershell要以管理员运行
win10密码文件:C:\Windows\System32\config\SAM
powershell上输入
get-filehash d:\module.txt -algorithm md5
也可以在cmd上破解
certutil -hashfile d:\module.txt md5
Hash算法有:MD2、MD4、MD5、SHA1、SHA2