redacted-XKCD-password-generator.git
13 years agoexpanded doc for generate_wordlist
Steven Tobin [Sat, 2 Jun 2012 13:40:26 +0000 (14:40 +0100)]
expanded doc for generate_wordlist

13 years agoUpdated licence with correct years
Steven Tobin [Sat, 2 Jun 2012 10:03:47 +0000 (11:03 +0100)]
Updated licence with correct years

13 years agoChanged README to reflect Python3 compatibility
Steven Tobin [Sat, 2 Jun 2012 09:59:14 +0000 (10:59 +0100)]
Changed README to reflect Python3 compatibility

13 years agoremoved use of 'with' for back-compatibility
Steven Tobin [Sat, 2 Jun 2012 09:57:25 +0000 (10:57 +0100)]
removed use of 'with' for back-compatibility

13 years agoAdded code for fallback random generator use
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.

13 years agoupdated contibutor list
Steven Tobin [Sat, 2 Jun 2012 09:40:33 +0000 (10:40 +0100)]
updated contibutor list

13 years agoMerge pull request #5 from dbeecham/master
Steven Tobin [Sat, 2 Jun 2012 09:38:16 +0000 (02:38 -0700)]
Merge pull request #5 from dbeecham/master

PEP8 and Python3 support.

13 years agoPEP8 correct, usable in Python3.
Daniel Beecham [Fri, 1 Jun 2012 23:54:35 +0000 (01:54 +0200)]
PEP8 correct, usable in Python3.

14 years agoadded an alternative wordlist
Steven Tobin [Tue, 22 Nov 2011 20:00:34 +0000 (20:00 +0000)]
added an alternative wordlist

14 years agoupdated contributor list
Steven Tobin [Tue, 22 Nov 2011 18:42:11 +0000 (18:42 +0000)]
updated contributor list

14 years agoadded 2of12.txt to repo for convenience
Steven Tobin [Tue, 22 Nov 2011 18:12:27 +0000 (18:12 +0000)]
added 2of12.txt to repo for convenience

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