Clean up project

loadlist() will now return a dictionary of the word list when
successfully loaded and None on failure. The unnecessary main
script was removed and core.py took it's place. Wording was
further changed from "password" to "passphrase."
This commit is contained in:
2016-11-09 05:53:53 -05:00
parent ab5cfd013e
commit abeffc5fc2
5 changed files with 48 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
# Dicekey
Dicekey is a [Diceware](http://diceware.com) password generator that aims to
be user friendly and encourage the adoption of strong random passwords.
Dicekey is a [Diceware](http://diceware.com) passphrase generator that aims
to be user friendly and encourage the adoption of strong random passphrases.
## Quick Start