GUI utility that will calculate and display MD5, SHA-1, SHA-256 and SHA-512 hashes for the specified file. It also copies the hash text to the clipboard, after the calculation is complete.
- PowerShell v3, or newer
- Compiled in 32-bit mode for compatibility reasons
- Developed in PowerShell Studio 2014
- Hash is calculated using native .NET code in order to offer backward compatibility with PowerShell v3 (PowerShell v4 has a Get-FileHash cmdlet)