Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 471 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 471 Bytes

PyXKCDPass

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

  • Free software: BSD license

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

or use the included dictionary

pyxkcdpass