Hacker News new | ask | show | jobs
by edent 2124 days ago
I'm not sure of any hashing algorithms which use words as their output. Or have I misunderstood your comment?
1 comments

It's just a byte string converted to a hex string commonly. Chunk it into quads of hex and you can index into a 65k dictionary (the OED has more than twice that).
even better than a dictionary: use dicewords, which have already mapped numbers to a canonical list of words.