/MnemonicPasswordGenerator

An mnemonic password generator module with an optional command line interface and two GUIs in Tkinter and wxPython

Primary LanguagePython

Mnemonic Password Generator

Generate pronounceable and thereby easier remembered passwords despite of their length.

Copyright:2004-2015 Jochen Kupperschmidt
Date:09-Jun-2015 (original release: 27-Jul-2004)
License:GNU General Public License version 2, see LICENSE for details.
Version:0.1.1
 _                               _
| |_ ___ _____ ___ _ _ _ ___ ___| |_
|   | . |     | ._| | | | . |  _| . /
|_|_|___|_|_|_|___|_____|___|_| |_|_\
  http://homework.nwsnet.de/

Requirements

  • Python (tested with version 2.3.5)
  • [optional, for the Tk GUI] Tkinter (included with Python, at least on Windows)
  • [optional, for the wxWidgets GUI] wxPython (tested with version 2.6.1.0)

Files

cli.py
A command line interface.
mnemonicpasswords.py
The core module that provides the password generation functionality.
README.rst
This text.
tkintergui.py
A graphical user interface written in Tkinter.
wxgui.py
A graphical user interface written in wxPython.