/pwgen

Generate Secure Password in python https://blog.hostonnet.com/python-pwgen

Primary LanguagePython

pwgen

Simple script created in python to generate secure passwords.

https://blog.hostonnet.com/python-pwgen

Installation

On Ubuntu, run

mkdir ~/bin && cd ~/bin && wget https://github.com/HostOnNet/pwgen/raw/master/pwgen && chmod 755 pwgen