Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 632 Bytes

File metadata and controls

19 lines (13 loc) · 632 Bytes

File Hash Calculation Tool

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.

Prerequisites

  1. PowerShell v3, or newer

About

  • 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)

=======