redacted-XKCD-password-generator.git
14 years agoUpdated readme to reflect changes to script
Steven Tobin [Tue, 22 Nov 2011 18:01:52 +0000 (18:01 +0000)]
Updated readme to reflect changes to script

14 years agoMerge pull request #3 from robla/master
Steven Tobin [Mon, 21 Nov 2011 14:16:55 +0000 (06:16 -0800)]
Merge pull request #3 from robla/master

A few changes

14 years agoCan't assume Linux always uses /usr/dict/words (Ubuntu doesn't)
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)

14 years agoAdded myself to the copyright
Rob Lanphier [Sun, 20 Nov 2011 06:09:19 +0000 (22:09 -0800)]
Added myself to the copyright

14 years agoAdded --entropy option for psuedoscientific entropy report
Rob Lanphier [Sun, 20 Nov 2011 05:46:35 +0000 (21:46 -0800)]
Added --entropy option for psuedoscientific entropy report

14 years agoAdded --valid_chars option
Rob Lanphier [Sun, 20 Nov 2011 04:52:47 +0000 (20:52 -0800)]
Added --valid_chars option

14 years agoAdded optparse options for min/max length, numwords, etc.
Rob Lanphier [Sun, 20 Nov 2011 02:07:15 +0000 (18:07 -0800)]
Added optparse options for min/max length, numwords, etc.

14 years agoChange to password generator to allow non-interactive use
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

14 years agoMake word file an optional kwarg for generate_wordlist()
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)

14 years agoLicensed under BSD license
Steven Tobin [Mon, 26 Sep 2011 17:34:10 +0000 (18:34 +0100)]
Licensed under BSD license

14 years agoMerge pull request #1 from MithrandirAgain/master
Steven Tobin [Sat, 24 Sep 2011 15:52:04 +0000 (08:52 -0700)]
Merge pull request #1 from MithrandirAgain/master

Better random source, etc

14 years agoMore secure rand. num generator, fixed input error, clearer error msgs.
MithrandirAgain [Sat, 24 Sep 2011 00:00:28 +0000 (17:00 -0700)]
More secure rand. num generator, fixed input error, clearer error msgs.

14 years agotypo
Steven Tobin [Tue, 20 Sep 2011 17:40:45 +0000 (18:40 +0100)]
typo

14 years agolink to wordlist
Steven Tobin [Tue, 20 Sep 2011 17:40:31 +0000 (18:40 +0100)]
link to wordlist

14 years agoInitial commit
Steven Tobin [Tue, 20 Sep 2011 14:37:50 +0000 (15:37 +0100)]
Initial commit

git clone https://git.99rst.org/PROJECT