Skip to content

An easy-to-use hash-verifier. Comes with a GUI, but can also be used as a console application ⚡️

License

Notifications You must be signed in to change notification settings

larsjuvik/hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CI GitHub License Static Badge

A cross-platform, simple-to-use application for computing and verifying file-hashes. Comes as a GUI- and console-application. Built on .NET 9.

Build project 🔨

In order to build this project, you need to install MAUI:

dotnet workload install maui

macOS 🍎

dotnet publish -c Release -f net9.0-maccatalyst -p:CreatePackage=false Hasher/Hasher.csproj # GUI
dotnet publish -c Release Console/Console.csproj  # CLI

Console Examples ⌨️

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

Supported algorithms ⚙️

  • MD5
  • SHA1
  • SHA256
  • SHA384
  • SHA512

Remaining work 🚧

  1. More testing of the application itself, and more test-cases in unit tests
  2. Add an app logo, s.t. it shows a different logo than the purple ".NET" in the dock.
  3. CI pipeline
  4. Testing on Windows
  5. Build instructions for Windows
  6. Add console application for hasher

Thanks ❤️

Thanks to the following libraries and frameworks for helping build hasher:

About

An easy-to-use hash-verifier. Comes with a GUI, but can also be used as a console application ⚡️

Topics

Resources

License

Stars

Watchers

Forks

Languages