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)