Skip to main content

Crate readable_hash

Crate readable_hash 

Source
Expand description

Hashes like a7b9c3d4e5f6... are hard to read, compare, and remember. This crate transforms hash bytes into pronounceable text, making them easier on human eyes.

You might use this when verifying file integrity visually, or when you need consistent pseudonyms for names and addresses without caring much about cryptographic strength. It’s also handy during debugging when you want to quickly tell hashes apart.

This crate is not trying to be the most secure, fastest, or most entropy-efficient solution. The goal is simply readability.

Modules§

english_word
N-gram model for generating English-like words from entropy.

Structs§

SliceReader
A ByteReader that wraps a byte slice.
StdHasher
StdHasherReader

Traits§

ByteReader
Trait for reading bytes from a hash output.
ReadableHasher
Trait for hashers that produce readable hashes.

Functions§

english_word_hash
Generate english-like word hash.