Commit Graph

4 Commits

Author SHA1 Message Date
ab5cfd013e
Generate Diceware passphrases
Properly includes the wordlist in the distribution. Adds functions to
load the list of words and return random ones based off the number
generator. The diceware module was restructured and an inefficiency in
numgen() was corrected.
2016-11-07 22:49:08 -05:00
f904ef2e2f
Fix the number generator
The number generator disproportionately favors digits 1-5 over 6. This
fixes it using random's randint() function and the SystemRandom class.
Function numgen() will now always return a list.
2016-11-05 20:40:11 -04:00
50e75be7e8
Output with GUI
Simple output using Tkinter for the GUI.
2016-05-19 03:52:09 -04:00
3ec73d22c0
Initial commit
Basic project structure with a very simple Diceware number generator.
2016-04-12 09:00:46 -04:00