hoek
@hoek
·
Simple MD5 calculator in PowerShell
## Compute the hash value Get-FileHash cmdlet allows easily to compute the hash value for a file since PowerShell version 4.0. The acceptable values for algorithm are: SHA1, SHA256, SHA384, SHA512, M…