-
Notifications
You must be signed in to change notification settings - Fork 1
davidminor/markov-password-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generates English-like words using Markov chains based on the dictionary supplied. Edit the script to define the dictionary, and optionally a file to store probabilities for better repeat performance. generate_password_2.rb has better word generation performance and smaller storage for probabilities, but takes longer to generate the probabilities initially. Usage: ruby generate_password_2.rb WORD_LENGTH [NUM_TO_GENERATE] Tested with ruby 1.8.6.
About
Simple ruby script to generate English-like words based on Markov chains
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published