summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steven Tobin [Sat, 2 Jun 2012 09:59:14 +0000 (10:59 +0100)]
Changed README to reflect Python3 compatibility
Steven Tobin [Sat, 2 Jun 2012 09:57:25 +0000 (10:57 +0100)]
removed use of 'with' for back-compatibility
Steven Tobin [Sat, 2 Jun 2012 09:52:03 +0000 (10:52 +0100)]
Added code for fallback random generator use
Code attempts to use random.SystemRandom if present, will print a
warning then use random.Random() if not.
Steven Tobin [Sat, 2 Jun 2012 09:40:33 +0000 (10:40 +0100)]
updated contibutor list
Steven Tobin [Sat, 2 Jun 2012 09:38:16 +0000 (02:38 -0700)]
Merge pull request #5 from dbeecham/master
PEP8 and Python3 support.
Daniel Beecham [Fri, 1 Jun 2012 23:54:35 +0000 (01:54 +0200)]
PEP8 correct, usable in Python3.
Steven Tobin [Tue, 22 Nov 2011 20:00:34 +0000 (20:00 +0000)]
added an alternative wordlist
Steven Tobin [Tue, 22 Nov 2011 18:42:11 +0000 (18:42 +0000)]
updated contributor list
Steven Tobin [Tue, 22 Nov 2011 18:12:27 +0000 (18:12 +0000)]
added 2of12.txt to repo for convenience
Steven Tobin [Tue, 22 Nov 2011 18:01:52 +0000 (18:01 +0000)]
Updated readme to reflect changes to script
Steven Tobin [Mon, 21 Nov 2011 14:16:55 +0000 (06:16 -0800)]
Merge pull request #3 from robla/master
A few changes
Rob Lanphier [Sun, 20 Nov 2011 06:17:04 +0000 (22:17 -0800)]
Can't assume Linux always uses /usr/dict/words (Ubuntu doesn't)
Rob Lanphier [Sun, 20 Nov 2011 06:09:19 +0000 (22:09 -0800)]
Added myself to the copyright
Rob Lanphier [Sun, 20 Nov 2011 05:46:35 +0000 (21:46 -0800)]
Added --entropy option for psuedoscientific entropy report
Rob Lanphier [Sun, 20 Nov 2011 04:52:47 +0000 (20:52 -0800)]
Added --valid_chars option
Rob Lanphier [Sun, 20 Nov 2011 02:07:15 +0000 (18:07 -0800)]
Added optparse options for min/max length, numwords, etc.
Steven Tobin [Tue, 27 Sep 2011 08:14:34 +0000 (09:14 +0100)]
Change to password generator to allow non-interactive use
added comments throughout
Steven Tobin [Mon, 26 Sep 2011 17:46:31 +0000 (18:46 +0100)]
Make word file an optional kwarg for generate_wordlist()
Otherwise uses sys.platform to use system dictionary (Linux, OS X)
Steven Tobin [Mon, 26 Sep 2011 17:34:10 +0000 (18:34 +0100)]
Licensed under BSD license
Steven Tobin [Sat, 24 Sep 2011 15:52:04 +0000 (08:52 -0700)]
Merge pull request #1 from MithrandirAgain/master
Better random source, etc
MithrandirAgain [Sat, 24 Sep 2011 00:00:28 +0000 (17:00 -0700)]
More secure rand. num generator, fixed input error, clearer error msgs.
Steven Tobin [Tue, 20 Sep 2011 17:40:45 +0000 (18:40 +0100)]
typo
Steven Tobin [Tue, 20 Sep 2011 17:40:31 +0000 (18:40 +0100)]
link to wordlist
Steven Tobin [Tue, 20 Sep 2011 14:37:50 +0000 (15:37 +0100)]
Initial commit