redacted-XKCD-password-generator.git
2014-07-12 Steven TobinImproved acrostic generation algorithm
2014-07-12 Steven Tobinversion number increment to match pypi
2014-07-12 Steven Tobinupdated contributors list
2014-07-12 Steven TobinMerge branch 'dmbaturin-unit-test-enhancements'
2014-07-10 Daniil BaturinPython3 compatibility fix in commandline_count.
2014-07-10 Daniil BaturinReplace hardcoded data with a regex match check in...
2014-07-10 Daniil BaturinRemove hardcoded data dependency from acrostic test...
2014-06-06 Steven TobinMerge pull request #16 from thiderman/py3
2014-06-06 Lowe ThidermanPython3 fix for example import
2014-06-05 Steven Tobinversion bump for pypi
2014-06-05 Steven Tobinupdated README
2014-06-02 Steven Tobinreordered README for legibility
2014-06-02 Steven Tobinadded pip install instructions to README
2014-06-02 Steven Tobinfixed setup.py for new readme
2014-06-02 Steven Tobinfix pep8 issues
2014-06-02 Steven TobinConvert README to rst for pypi push
2014-06-02 Steven Tobintweaked readme due to changes to default wordlists
2014-06-02 Steven TobinMerge branch 'thiderman-packaging'
2014-06-02 Steven Tobinfixed tests, removed unneeded files
2014-06-02 Steven TobinMerge branch 'master' of github.com:redacted/XKCD-passw...
2014-06-02 Steven TobinMerge pull request #13 from thiderman/packaging
2014-05-30 Steven TobinTesting default.txt solution
2014-05-30 Steven TobinTesting default.txt solution
2014-05-30 Steven TobinMerge branch 'packaging' of https://github.com/thiderma...
2014-05-29 Lowe ThidermanAdd thiderman to contributors
2014-05-29 Lowe ThidermanAdd packaged support for provided wordlists
2014-05-29 Lowe ThidermanMove cracklib to top of suggested word lists
2014-05-27 Steven TobinIncreased default password length required increase...
2014-05-27 Lowe ThidermanMove example import into package
2014-05-27 Lowe ThidermanAdd cracklib-small as a default wordlist
2014-05-27 Lowe Thiderman"Fix" tests
2014-05-27 Lowe ThidermanModify main code for packaging
2014-05-27 Lowe ThidermanMove static files into module directory
2014-05-27 Lowe ThidermanAdd generic Python project gitignore
2014-05-27 Lowe ThidermanMove main file into a module
2014-05-27 Lowe ThidermanAdd setup.py
2014-04-02 Steven TobinUpdated default password length to 6 (from 4)
2014-01-06 Steven TobinUpdated licence for 2014
2013-07-15 Steven Tobinsmall change to readme
2013-07-15 Steven Tobinhotlink original xkcd comic
2013-06-14 Steven Tobinchange non-interactive code to return passwd
2013-06-14 Steven Tobinfixed error in README
2013-06-14 Steven Tobinupdated contributor list
2013-06-14 Steven Tobinupdated README with delimiters
2013-06-14 Steven Tobinchanges to delimiter code
2013-06-14 Steven TobinMerge branch 'master' of https://github.com/zbstof...
2013-06-13 Steven Tobinmoved test wordfile to tests dir
2013-06-13 Steven Tobinadded unit tests
2013-06-11 Steven Tobinremoved dependence on options parsing for verbose_reports
2013-06-11 Stanislav BytskoAdd option to have custom word delimiters
2013-03-09 Steven Tobintweak to readme
2013-03-04 Steven Tobinfixed a couple more pep8 issues
2013-03-04 Steven Tobinupdated readme
2013-03-04 Steven Tobinadded import example. renamed main script to allow...
2013-03-04 Steven Tobinfiexed some small pep8 and indentation issues
2013-03-04 Steven TobinUpdated contributor list
2013-03-04 Steven TobinMerge pull request #10 from kimslawson/master
2013-03-04 Kim SlawsonFactor out acrostic code into its own function (DRY)
2013-03-03 Kim SlawsonOptimize sub-optimal way of doing acrostics. (Is unnece...
2013-03-03 Kim SlawsonAdd count option, logic, and documentation.
2013-03-03 Kim SlawsonAdd acrostic option, logic, documentation
2013-01-04 Steven TobinUpdated copyright for 2013
2012-07-17 Steven Tobinfixed typo in usage instructions
2012-07-17 Steven Tobinadded usage info to README
2012-06-23 Steven TobinMerge pull request #9 from dbeecham/master
2012-06-23 Daniel BeechamChanged DOS to UNIX newlines.
2012-06-23 Steven Tobinchanged --entropy to --verbose, added more reports
2012-06-23 Steven TobinMerge pull request #8 from dbeecham/master
2012-06-23 Daniel BeechamConsolidate more stuff into validate_options.
2012-06-22 Steven TobinFixed all outstanding pep8 issues
2012-06-22 Steven Tobinoption validation tests collected in new function
2012-06-21 Steven TobinMerge pull request #7 from dbeecham/master
2012-06-21 Daniel BeechamSmall rewordings and fixes.
2012-06-21 Daniel BeechamPEP8 fixes.
2012-06-21 Steven Tobinrestore compatibility with Python < 2.6
2012-06-21 Steven TobinMerge pull request #6 from dbeecham/master
2012-06-15 Daniel BeechamSmall bug fixes and changes.
2012-06-03 Steven Tobinadded missing contributor email
2012-06-02 Steven Tobinimproved PEP8 compliance
2012-06-02 Steven Tobinexpanded doc for generate_wordlist
2012-06-02 Steven TobinUpdated licence with correct years
2012-06-02 Steven TobinChanged README to reflect Python3 compatibility
2012-06-02 Steven Tobinremoved use of 'with' for back-compatibility
2012-06-02 Steven TobinAdded code for fallback random generator use
2012-06-02 Steven Tobinupdated contibutor list
2012-06-02 Steven TobinMerge pull request #5 from dbeecham/master
2012-06-01 Daniel BeechamPEP8 correct, usable in Python3.
2011-11-22 Steven Tobinadded an alternative wordlist
2011-11-22 Steven Tobinupdated contributor list
2011-11-22 Steven Tobinadded 2of12.txt to repo for convenience
2011-11-22 Steven TobinUpdated readme to reflect changes to script
2011-11-21 Steven TobinMerge pull request #3 from robla/master
2011-11-20 Rob LanphierCan't assume Linux always uses /usr/dict/words (Ubuntu...
2011-11-20 Rob LanphierAdded myself to the copyright
2011-11-20 Rob LanphierAdded --entropy option for psuedoscientific entropy...
2011-11-20 Rob LanphierAdded --valid_chars option
2011-11-20 Rob LanphierAdded optparse options for min/max length, numwords...
2011-09-27 Steven TobinChange to password generator to allow non-interactive use
2011-09-26 Steven TobinMake word file an optional kwarg for generate_wordlist()
2011-09-26 Steven TobinLicensed under BSD license
next
git clone https://git.99rst.org/PROJECT