2022-08-20 22:23:25 +08:00
2022-08-20 22:12:51 +08:00
2022-08-20 22:07:24 +08:00
2019-11-23 01:33:24 +08:00
2022-08-20 22:12:51 +08:00
2022-08-20 22:12:51 +08:00
2019-11-21 23:04:59 +08:00
2022-08-20 22:23:25 +08:00

digest

Digest tool written in Rust programming language

Usage:

$ digest-tool -a sha256 LICENSE 
e36f811f31f3ad9d2ba68230258747bcb868ab59e8640fab3733fbe179bb7cf4  - LICENSE (SHA256)

Install:

$ cargo install digest-tool

$ cargo install --git https://git.hatter.ink/hatter/digest.git

Compile under macOS-arm64 try use target: x86_64-apple-darwin

Supported algorithms:
MD5, SHA1, SHA224, SHA256, SHA512, SHA512-224, SHA512-256,
SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE-128, SHAKE-256,
KECCAK-224, KECCAK-256, KECCAK-384, KECCAK-512,
SM3, RIPEMD160, WHIRLPOOL, BLAKE2S, BLAKE2B

Description
Digest tool written in Rust Programming Language
Readme 657 KiB
Languages
Rust 100%