dotnet-hash
A simple dotnet tool to calculate hashes for the given file.
The tool calculates MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for any file and outputs the result as Base64 or Hex string.
Installation
To install the tool you need to install .NET Core 2.1 SDK v2.1.300 or newer. Once installed, run this command:
dotnet tool install TheBlueSky.DotNet.Tools.SwiftHash --globalUsage
Usage: dotnet hash [arguments] [options]
Arguments:
path Path to the file to calculate the hash for
Options:
-?|-h|--help Show help information
-a|--algorithm <ALGORITHM> The hashing algorithm
-o|--out <OUTPUT> The output format
The tool calculates MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes
for any file and outputs the result as Base64 or Hex string.
The bigger the file is, the longer it takes to calculate the hash.
For example:
dotnet hash readme.md --algorithm sha256 --out hexValid algorithm:
md5sha1sha256sha384sha512
Valid out:
base64hex

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
