cwillhelm / gen.py

Cryptographically secure password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gen.py

Cryptographically secure password generator --- uses SystemRandom() to generate secure function from ASCII characters.

There are some things that are still a work in progress, and will be updated when I have the time.

usage:

python gen.py passwordLength numberOfPasswords

About

Cryptographically secure password generator


Languages

Language:Python 100.0%