#sha-256 #hash

readable-hash

Generate human-readable strings from SHA-256 hashes using syllable mapping

1 unstable release

Uses new Rust 2024

0.1.0 Aug 24, 2025

#1797 in Cryptography

MIT license

14KB

Generate human-readable strings from SHA-256 hashes.


Rust Lint

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