From f8283f89c1c06a03a0d14e70a9668cf4400d1d75 Mon Sep 17 00:00:00 2001 From: Luke Biddell Date: Sun, 6 Apr 2014 23:01:41 +0100 Subject: [PATCH] add screenshot link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a1c42..09872d9 100644 --- a/README.md +++ b/README.md @@ -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)