Skip to content

amichaelparker/pass_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passgen

Python password generator based on https://xkcd.com/936/.

Allows for generating with capitals, digits and special characters to satisfy common password requirements.

usage: passgen.py [-h] [-C] [-s] [-i] [--max_length=] [--min_length=] [n]

Argument Explanation
n number of words to generate
-h, --help show this help message and exit
-C allow capitalized words
-s append special character
-i append digit
--max_length= maximum length of generated words
--min_length= minimum length of generated words

About

Dictionary based password generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages