Validating Hashes with PowerShell
I really enjoy the "do one thing and do it well" philosophy of Unix tools. With PowerShell, we can often accomplish the same as many of these tools, but it's a bit more verbose.
Here's how to compare file hashes:
|
|
Supported algorithms are:
- SHA1
- SHA256
- SHA384
- SHA512
- MACTripleDES
- MD5
- RIPEMD160