/passgen

Make cryptographically secure passwords in python

Primary LanguagePythonMIT LicenseMIT

passgen

Make cryptographically secure passwords in python

Install

pip install git+https://github.com/jaryaman/passgen@master

Usage

from passgen import make_password
make_password()

A cryptographically strong password will then be returned.