|
|
|
|
|
by dllthomas
4789 days ago
|
|
It doesn't have to be as memorable as kangaroo, it has to be more memorable than the equivalent (in entropy) number of random characters, which I think is basically any word. $ wc -l /usr/share/dict/words 99171 /usr/share/dict/words $ rl -c 4 /usr/share/dict/words | xargs -d\\n contortionists mocking Alphard soling $ rl -c 4 /usr/share/dict/words | xargs -d\\n Toni's dish's mauled spillages $ rl -c 4 /usr/share/dict/words | xargs -d\\n expedited tireless interneships tranquiller $ rl -c 4 /usr/share/dict/words | xargs -d\\n bohemian rogering unkindliest ayes |
|