Skip to content

justinsloan/QDG

Repository files navigation

QDG

Generate truly random diceware passphrases.

Build Status Documentation Status

image

Features

  • Simulates dice rolls by gathering quantum data.
  • Includes the complete standard Diceware wordlist.
  • Generate passphrases from custom wordlists.

Python 3.6 is required.

Usage

Install

$ pip install quantumdiceware

Generate a Passphrase

$ qdg

Generate five Passphrases and save them to output.txt

$ qdg -c 5 > output.txt

Generate two Passphrases that are eight words long

$ qdg -c 2 -w 8

Documentation

For more in-line help, run:

$ qdg -h

QDG's documentation lives at qdg.readthedocs.io

See The Diceware Passphrase Home Page to learn more about Diceware.

Meta

Justin M. Sloan - justinsloan.com

Public Domain. See LICENSE.txt for more information.

https://github.com/justinsloan/qdg

About

Generates Diceware passphrases using quantum data from the cosmic microwave background radition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages