1 unstable release
Uses new Rust 2024
| 0.1.0 | Aug 24, 2025 |
|---|
#1797 in Cryptography
14KB
Generate human-readable strings from SHA-256 hashes.
readable-hash-rs
Human-readable hashes for Rust.
Usage
Add the crate to your Cargo.toml:
readable-hash = "0.1"
Generate a hash:
use readable_hash::naive_readable_hash;
fn main() {
let hash = naive_readable_hash("hello");
println!("{hash}");
}
Dependencies
~790KB
~19K SLoC