About six months ago, I had an idea on how to generate passwords from English 
text while still maintaining entropy. I wrote it up quickly on ArXiv, and 
published a web page where you can try it:

http://www.brinckerhoff.org/molis-hai/

I’ve now released it as a raco command-line tool, too. You can install it with

raco pkg install molis-hai

...and run it with

raco molis-hai

Unlike the online version, the command-line tool allows you to specify your own 
corpus, order, and number of passwords generated. On the command-line, it uses 
bits from /dev/urandom.

Give it a try!

John Clements

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to