A cross-platform, simple-to-use application for computing and verifying file-hashes. Comes as a GUI- and console-application. Built on .NET 9.
In order to build this project, you need to install MAUI:
dotnet workload install maui
dotnet publish -c Release -f net9.0-maccatalyst -p:CreatePackage=false Hasher/Hasher.csproj # GUI
dotnet publish -c Release Console/Console.csproj # CLI
In UNIX-shells:
./hasher --help # show help screen
./hasher -a sha256 -f /path/to/file # hash file
./hasher -a sha256 -f /path/to/file -v enter_your_hash # hash and then verify
./hasher -l # list available algorithms
- MD5
- SHA1
- SHA256
- SHA384
- SHA512
- More testing of the application itself, and more test-cases in unit tests
Add an app logo, s.t. it shows a different logo than the purple ".NET" in the dock.CI pipeline- Testing on Windows
- Build instructions for Windows
Add console application for hasher
Thanks to the following libraries and frameworks for helping build hasher: