vvixi / PassGen

Python program for generating strings and passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassGen

Python program for easily generating strings and passwords. The length and strength should be specified as well as whether or not you wish to have numbers included as well.

Example usage:

    python passgen.py -l=30 -n=True -s=strong

Written and tested with Python 3.10

About

Python program for generating strings and passwords


Languages

Language:Python 100.0%