pyxkcdpass

This script provides a simple way to generate secure and human readable passwords, based on XKCD #936


Keywords
pyxkcdpass
License
BSD-3-Clause
Install
pip install pyxkcdpass==0.2.0

Documentation

PyXKCDPass

https://badge.fury.io/py/pyxkcdpass.png https://travis-ci.org/ikkebr/pyxkcdpass.png?branch=master https://pypip.in/d/pyxkcdpass/badge.png https://coveralls.io/repos/ikkebr/pyxkcdpass/badge.png?1234 http://imgs.xkcd.com/comics/password_strength.png

This script provides a simple way to generate secure and human readable passwords, based on XKCD #936

Install

Open your terminal and type:

pip install pyxkcdpass

or

easy_install pyxkcdpass

Usage

Just call pyxckdpass and supply it with a dictionary:

pyxkcdpass -d /usr/share/dict/words

or provide a dictionary and a password length

pyxkcdpass -d /usr/share/dict/words -l 10