< # .SYNOPSIS This script uses the SHA1 Crypto Provider to hash a file .DESCRIPTION This script uses SHA1 Cryptoprovider to hash a file and print the hash. A second hash is created of the same file, but with a space added. The file I picked is a large text file I keep in c:foo for uses like this! .NOTES File Name : Get-Sha1HashFile.ps1 Author : Thomas Lee – tfl… Read the full text.