#Passgen for Python 1.0
#Character set lists
-l lowercase
-u uppercase
-n numeral
Alternates for the switches are as followed and correspond to the list above
-lu, -ln, -un, -lun
-b32 creates a base32 generation
#Type switches
-norm normal generation
-perm permutation on each generation until competed and then follows to the next generation...etc
-ntlm generation md4 hashes based on the character generation
The Python version of this script will continue to be located on the repository but will no longer be updated in favor of the Julia port, If any new features arrive in the Julia port you wish to have in Python you are welcome to clone my repo and port it yourself.
#Changelog
This will be updated once we have fully finished the porting of the code and have the necessary features installed.
As of right now you can check the git changes.