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§
- Slice
Reader - A ByteReader that wraps a byte slice.
- StdHasher
- StdHasher
Reader
Traits§
- Byte
Reader - Trait for reading bytes from a hash output.
- Readable
Hasher - Trait for hashers that produce readable hashes.
Functions§
- english_
word_ hash - Generate english-like word hash.