summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steven Tobin [Sat, 9 Mar 2013 20:39:45 +0000 (20:39 +0000)]
tweak to readme
Steven Tobin [Mon, 4 Mar 2013 18:11:51 +0000 (18:11 +0000)]
fixed a couple more pep8 issues
Steven Tobin [Mon, 4 Mar 2013 17:26:05 +0000 (17:26 +0000)]
updated readme
Steven Tobin [Mon, 4 Mar 2013 17:22:04 +0000 (17:22 +0000)]
added import example. renamed main script to allow import
xkcd-password.py is renamed to xkcd_password.py to fix an issue with
python's import command
Steven Tobin [Mon, 4 Mar 2013 17:02:47 +0000 (17:02 +0000)]
fiexed some small pep8 and indentation issues
Steven Tobin [Mon, 4 Mar 2013 16:57:48 +0000 (16:57 +0000)]
Updated contributor list
Steven Tobin [Mon, 4 Mar 2013 16:56:20 +0000 (08:56 -0800)]
Merge pull request #10 from kimslawson/master
Added acrostic option
Kim Slawson [Mon, 4 Mar 2013 16:51:06 +0000 (11:51 -0500)]
Factor out acrostic code into its own function (DRY)
Kim Slawson [Sun, 3 Mar 2013 05:41:03 +0000 (00:41 -0500)]
Optimize sub-optimal way of doing acrostics. (Is unnecessary optimization worse than premature optimization?)
Kim Slawson [Sun, 3 Mar 2013 05:05:50 +0000 (00:05 -0500)]
Add count option, logic, and documentation.
Kim Slawson [Sun, 3 Mar 2013 03:55:26 +0000 (22:55 -0500)]
Add acrostic option, logic, documentation
Steven Tobin [Fri, 4 Jan 2013 20:39:33 +0000 (20:39 +0000)]
Updated copyright for 2013
Steven Tobin [Tue, 17 Jul 2012 11:15:25 +0000 (12:15 +0100)]
fixed typo in usage instructions
Steven Tobin [Tue, 17 Jul 2012 11:08:18 +0000 (12:08 +0100)]
added usage info to README
Steven Tobin [Sat, 23 Jun 2012 20:54:57 +0000 (13:54 -0700)]
Merge pull request #9 from dbeecham/master
DOS to UNIX newlines.
Daniel Beecham [Sat, 23 Jun 2012 18:22:50 +0000 (20:22 +0200)]
Changed DOS to UNIX newlines.
Steven Tobin [Sat, 23 Jun 2012 13:46:44 +0000 (14:46 +0100)]
changed --entropy to --verbose, added more reports
Steven Tobin [Sat, 23 Jun 2012 13:18:50 +0000 (06:18 -0700)]
Merge pull request #8 from dbeecham/master
Pushed more stuff into validate_options.
Daniel Beecham [Sat, 23 Jun 2012 12:49:40 +0000 (14:49 +0200)]
Consolidate more stuff into validate_options.
Steven Tobin [Fri, 22 Jun 2012 10:43:11 +0000 (11:43 +0100)]
Fixed all outstanding pep8 issues
Steven Tobin [Fri, 22 Jun 2012 09:45:26 +0000 (10:45 +0100)]
option validation tests collected in new function
Steven Tobin [Thu, 21 Jun 2012 21:50:02 +0000 (14:50 -0700)]
Merge pull request #7 from dbeecham/master
Well this is fun.
Daniel Beecham [Thu, 21 Jun 2012 20:51:09 +0000 (22:51 +0200)]
Small rewordings and fixes.
Daniel Beecham [Thu, 21 Jun 2012 20:21:45 +0000 (22:21 +0200)]
PEP8 fixes.
Steven Tobin [Thu, 21 Jun 2012 14:58:39 +0000 (15:58 +0100)]
restore compatibility with Python < 2.6
Steven Tobin [Thu, 21 Jun 2012 14:48:39 +0000 (07:48 -0700)]
Merge pull request #6 from dbeecham/master
Small bug fixes and changes.
Daniel Beecham [Fri, 15 Jun 2012 23:52:05 +0000 (01:52 +0200)]
Small bug fixes and changes.
Steven Tobin [Sun, 3 Jun 2012 21:57:43 +0000 (22:57 +0100)]
added missing contributor email
Steven Tobin [Sat, 2 Jun 2012 22:25:50 +0000 (23:25 +0100)]
improved PEP8 compliance
Steven Tobin [Sat, 2 Jun 2012 13:40:26 +0000 (14:40 +0100)]
expanded doc for generate_wordlist
Steven Tobin [Sat, 2 Jun 2012 10:03:47 +0000 (11:03 +0100)]
Updated licence with correct years
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