A Diceware passphrase generator.
Go to file
Kris Lamoureux ab5cfd013e
Generate Diceware passphrases
Properly includes the wordlist in the distribution. Adds functions to
load the list of words and return random ones based off the number
generator. The diceware module was restructured and an inefficiency in
numgen() was corrected.
2016-11-07 22:49:08 -05:00
dicekey Generate Diceware passphrases 2016-11-07 22:49:08 -05:00
.gitignore Initial commit 2016-04-12 09:00:46 -04:00
LICENSE Initial commit 2016-04-12 09:00:46 -04:00
Makefile Initial commit 2016-04-12 09:00:46 -04:00
README.md Fix the number generator 2016-11-05 20:40:11 -04:00
setup.py Generate Diceware passphrases 2016-11-07 22:49:08 -05:00

Dicekey

Dicekey is a Diceware password generator that aims to be user friendly and encourage the adoption of strong random passwords.

Quick Start

Instructions on how to install from the git repository for developers.

  • Clone the repository: git clone https://github.com/Kris619/Dicekey.git
  • Install dependencies: sudo apt-get install python-tk checkinstall
  • Install Dicekey with GNU make: make install
  • Clean up files: make clean

To uninstall Dicekey: sudo dpkg -r dicekey

Development

Dicekey is developed on Trisquel GNU/Linux 7 x86_64 with Python 2.7.6 and checkinstall 1.6.2. There are plans to support other platforms.

Development follows the the Semantic Versioning 2.0.0 specification and the PEP 8 styling guide. Mistakes may occur but we shall try to follow these guidelines to the best of our ability.

Copyrights and Licenses

Copyright (C) 2016 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.