-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luke Biddell
committed
Apr 6, 2014
1 parent
331296a
commit f8283f8
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
diceware | ||
======== | ||
|
||
DiceWare password generator | ||
DiceWare password generator written in Java. Requires Java 6+. | ||
|
||
Allows you to create passphrases and passwords using the standard DiceWare 8k dictionary. It also allows you to pick from the Official Scrabble dictionary for (slightly) higher entropy passwords. However, when using the Scrabble dictionary, the generated passphrases and passwords are not as easy to remember (unless you're a scabble ninja!). | ||
|
||
![ScreenShot](https://raw.githubusercontent.com/biddster/diceware/master/DiceWareScreenshot.png) |