Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.1 KB

Hasher

A GUI tool which holds a catalog of various hash and checksums algorithms.

Demo

Gif-Hasher

Installation

From the AUR

Install an AUR helper like:
  • paru
  • yay

and then run this command

paru -S hasher

From Source Code

  • Check the egui official documentation to see what packages need to be installed depending on you distribution.

  • Download rustup tool via this link rust-lang or check the proper documentation of your linux distribution.

  • clone this repository

git clone https://github.com/ByteSudoer/Hasher.git
  • build the project
cd Hasher
cargo build --release
  • run the project
./target/release/hasher

TODO

  • Add a Dockerfile.
  • Add Support for VNC servers.
  • Add copy button to UNIX clipboard.
  • Add File checksum options.
  • Add the package to the AUR.