jaryaman / passgen

Make cryptographically secure passwords in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Make cryptographically secure passwords in python

License:MIT License


Languages

Language:Python 100.0%