Hi, How do you find the SHA1 hash of a file?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
– Step 1: Launch PowerShell! Click on Start. Search for Powershell and launch it.
– Step 2: Get-Filehash. Get-Filehash -path c:downloadssomething.exe -algorithm SHA512 | fl.
– Step 3: Example. My actual goal was to check the hash on the file zilla exe I had downloaded.