Crates.io | rash |
lib.rs | rash |
version | 0.6.0 |
source | src |
created_at | 2018-06-18 23:05:00.55606 |
updated_at | 2018-06-25 12:58:09.689586 |
description | Rust-based file hashing tool |
homepage | |
repository | https://github.com/themadprofessor/rash |
max_upload_size | |
id | 70740 |
size | 545,911 |
Command line application for calculating the hash value of a file. Rash uses the RustCrypto collection of libraries, therefore currently supports
The Keccak algorithm is accessed with the sha3 subcommand.
USAGE:
rash [FILE] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<FILE> File to calculate the hash of
SUBCOMMANDS:
blake2b BLAKE2b algorithm
blake2s BLAKE2s algorithm
help Prints this message or the help of the given subcommand(s)
md5 MD5 algorithm
ripemd160 Ripemd160 algorithm
sha1 SHA1 algorithm
sha2 SHA2 algorithms
sha3 SHA3 algorithms
shake Shake algorithm
whirlpool Whirlpool algorithm
Via cargo:
cargo install rash
Arch Linux: AUR
Development version:
git clone https://github.com/themadprofessor/rash.git && cd rash && cargo install
rash md5 Readme.md
rash sha3 Readme.md
rash blake2b -l 64 Readme.md