Y
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
renewiltord
2124 days ago
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).
link
appleflaxen
2124 days ago
even better than a dictionary: use dicewords, which have already mapped numbers to a canonical list of words.
link