A Diceware passphrase generator.
Go to file
2023-07-18 04:40:30 -04:00
dicekey The bare minimum to upgrade to Python 3 2023-07-18 04:03:49 -04:00
.gitignore Package dicekey for PyPI 2023-07-18 04:40:30 -04:00
LICENSE Initial commit 2016-04-12 09:00:46 -04:00
pyproject.toml Package dicekey for PyPI 2023-07-18 04:40:30 -04:00
README.md The bare minimum to upgrade to Python 3 2023-07-18 04:03:49 -04:00
setup.py The bare minimum to upgrade to Python 3 2023-07-18 04:03:49 -04:00

Dicekey

Dicekey is a Diceware simple Python passphrase generator.

Quick Start

  1. Clone the repository: git clone https://git.krislamo.org/kris/dicekey
  2. Install dependencies: sudo apt-get install python-tk
  3. Create a virtual environment: python3 -m venv .venv
  4. Activate the virtual environment source .venv/bin/activate
  5. Install package: pip install -e .
  6. Run dicekey and optionally specify a length, i.e., dicekey 7

Copyrights and Licenses

Copyright (C) 2016, 2023 Kris Lamoureux

All Dicekey code is Free Software released under the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

Copyright (C) 2001 Arnold G. Reinhold, Cambridge, Massachusetts USA.

A G Reinhold licenses its rights to the English Diceware Wordlist under the Creative Commons CC-BY 3.0 license.