Generate secure passwords you can actually remember!
Find a file
2015-04-26 19:20:59 -04:00
dice.css Tweaks 2015-04-26 00:27:53 -04:00
index.html Fixed URL 2015-04-26 19:17:47 -04:00
LICENSE Initial commit 2015-04-26 18:40:41 -04:00
main.js Added the GitHub ribbon 2015-04-26 18:58:55 -04:00
README.md Update README.md 2015-04-26 19:20:59 -04:00
starter-template.css Some formatting 2015-04-26 18:01:13 -04:00
wordlist.js Added wordlist 2015-04-25 22:48:21 -04:00

Diceware

Weak passwords are a big flaw in computer security due to a lack of "entropy" or randomness. For example, how many times have you used the name of a pet or relative or street in a password, or perhaps the number "1". Not very random, is it? :-) Worse still, if passwords are reused between services, that increases your security risk.

Fact is, humans are terrible at remembering random combiations of letters and numbers, but we are great at remembering phrases of words. That's where Diceware comes in.

Diceware is based on the proposal at http://world.std.com/~reinhold/diceware.html wherein virtual dice are roled 5 times, and the 5 digit number used against a lookup table of words. 4 dice rolls gives you 4 random words which are easy for a human being to remember, yet have a high amount of entropy which makes them hard to crack.

For more information on Diceware:

Running this software online

I have a copy running at https://www.dmuth.org/diceware/. Feel free to use it to generate your own passwords.

Running this software from your computer

Feel free to clone this repo with git clone https://github.com/dmuth/diceware.git and run it from a local directory on your computer.

Will this work on an iPhone?

Yep! It should work on any mobile phone or tablet that supports Javascript, but I have only tested it on an iPhone 5S at this time.

Who built this? / Contact

My name is Douglas Muth, and I am a full-time software engineer in Philadelphia, PA.

There are several ways to get in touch with me:

Feel free to reach out to me if you have any comments, suggestions, or bug reports.