Crates.io | fash |
lib.rs | fash |
version | 0.1.7 |
source | src |
created_at | 2022-06-21 19:33:03.470402 |
updated_at | 2024-05-20 19:46:38.040916 |
description | cross-platform GUI-app for calculating hashes of files and comparing them to supplied hashes |
homepage | https://github.com/vcrn/fash |
repository | https://github.com/vcrn/fash |
max_upload_size | |
id | 610457 |
size | 266,262 |
fash
(file hasher) is a cross-platform GUI-app for computing hashes of files and comparing them to supplied hashes. fash
can compute hashes using the algorithms SHA256, SHA1 and MD5, and save these to a file.
Demo GIF where a file is dragged and dropped, and functionality demonstrated.
Written in Rust, using the libraries egui for the GUI, rfd for dialog windows, and various libraries from RustCrypto for computing hashes.
fash
can be installed via cargo, with
cargo install fash
fash is dual-licensed under either
at your option.