A GUI tool which holds a catalog of various hash and checksums algorithms.
paru
yay
and then run this command
paru -S hasher
-
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
- Add a Dockerfile.
- Add Support for VNC servers.
- Add copy button to UNIX clipboard.
- Add File checksum options.
- Add the package to the AUR.