Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 855 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 855 Bytes

mempw

Description

Memorable password generator in Python

pre-commit

xkcd "Password Strength" comic

Installation

Github:

git clone https://github.com/mdvthu/mempw
pip3 install ./mempw

PyPI:

pip3 install mempw

Configuration

Edit mempw/config.py to customise settings

Wordlist

Uses system (Linux/Unix) wordlists and SCOWL online wordlists. More information can be found in config.py.

Usage

Command line interface, mempw, generates a new password using the default configuration settings.