Commit graph

79 commits

Author SHA1 Message Date
Douglas Muth
873cd43e1c Merge branch 'main' of github.com:dmuth/diceware into main 2021-07-23 20:18:53 -04:00
Douglas Muth
5121adcf5e Fixed some typos 2021-07-23 20:16:05 -04:00
Douglas Muth
d174c20888 Fix up for webpack 5. 2021-03-13 17:23:45 -05:00
Douglas Muth
3797819494 Added option to not show the dice animation. #15 2020-01-15 19:49:50 -05:00
Douglas Muth
3fdc3597ee Even more typos 2019-11-24 12:07:04 -05:00
Douglas Muth
6553463ee0 -typo 2019-11-24 12:06:28 -05:00
Douglas Muth
5c9f2c2dac Added more about security levels. 2019-11-22 17:40:17 -05:00
Douglas Muth
d88468bbe5 s/attack/attacker/ 2019-11-22 17:23:39 -05:00
Douglas Muth
b3ffbcb831 Added a list of bad use cases. 2019-11-22 17:09:22 -05:00
Douglas Muth
4e56844e61 -typo 2019-11-22 17:06:53 -05:00
Douglas Muth
b3913b7d4a Fixed other links that were to old site. 2018-05-21 20:15:01 -04:00
Douglas Muth
55ac7cfcd0 Fixed Open Graph image link! 2018-05-17 21:27:19 -04:00
Douglas Muth
cdedcde104 Added some usecases for Diceware. 2018-05-14 20:01:52 -04:00
Douglas Muth
40404e4912 Added some linebreaks and blurb about beer. :-) 2018-05-12 14:24:17 -04:00
Douglas Muth
2e85841239 Added blurb about CloudTrail. 2018-05-12 14:22:44 -04:00
Douglas Muth
a50f336ec9 Added note about security 2018-05-12 14:19:37 -04:00
Douglas Muth
80c2f90e38 Added support for air-gapped operation. #11 2018-05-12 14:12:06 -04:00
Aaron Toponce
92a1da77f9
Increase default number of dice rolls from 4 to 6
Diceware provides about 12.92 bits of entropy per word. Best practice for
passwords is to reach at least 70 bits of entropy to stay outside of successful
clustered offline password cracking.

    4 Diceware words: ~51.6 bits
    5 Diceware words: ~64.6 bits
    6 Diceware words: ~77.5 bits
2018-04-09 11:52:19 -06:00
Douglas Muth
f19dca83dd Added in random-number-csprng, which required using Bluebird and Promisfying a *whole* bunch of code.
This is the fix to address Bug #7.
2017-11-08 23:27:42 -05:00
Douglas Muth
336c7cd375 Added mention of using the EFF's list. #6. 2017-07-09 13:49:29 -04:00
Douglas Muth
538846dc71 Added GitHub link 2017-07-09 13:44:02 -04:00
Douglas Muth
3b1d917e66 Clarified # of dice to roll by # of dicerolls. 2017-07-09 13:40:04 -04:00
Douglas Muth
64343087db Added quotes. 2017-07-09 13:39:33 -04:00
Douglas Muth
081deffdf4 Updated chill. 2017-07-09 13:39:10 -04:00
Douglas Muth
05065bbea4 Added debugging note. 2017-07-09 13:35:44 -04:00
Douglas Muth
3116513283 Added instructions for running a local webserver 2017-02-18 16:38:40 -05:00
Douglas Muth
ea0761fb1f Updated README for #4. 2017-02-18 16:34:08 -05:00
Douglas Muth
f2682d341f Added ids to buttons and updated debug code to click the appropriate
button.
2017-01-29 13:43:25 -05:00
Douglas Muth
7598f49c4a Changed code from a self-contained function into an object with code
that no longer runs when the file is included.  This is in preparation
for Qunit testing.
2017-01-29 06:47:08 -05:00
Douglas Muth
d80c532d8f Added blurb about sending passwords over the Internet. 2016-08-02 22:40:34 -04:00
Douglas Muth
fbd497a0be Changed wordlist to be between 4 and 7 characters. 2016-07-11 20:54:08 -04:00
Douglas Muth
2d3f823493 Updated link to word list. 2016-07-10 21:52:36 -04:00
Douglas Muth
1cfd66a0ea Added another link and a warning 2016-07-10 19:21:34 -04:00
Douglas Muth
9e735dc209 Added wordlist explanation 2016-07-10 19:15:51 -04:00
Douglas Muth
7b5c1bb9ce Merge branch 'master' of github.com:dmuth/diceware 2015-11-11 21:19:18 -05:00
Douglas Muth
e4a1b8ce29 Added link to getRandomValues(). 2015-11-11 21:19:08 -05:00
Douglas Muth
31146f5c6e Added OpenGraph description. 2015-11-11 19:43:32 -05:00
Douglas Muth
885551ac4b Fixed typo 2015-11-11 19:30:30 -05:00
Douglas Muth
ebbd9504f0 I need to learn how to spel. 2015-11-11 00:18:08 -05:00
Douglas Muth
09c9885336 Added Twitter and Facebook meta tags. 2015-11-11 00:02:30 -05:00
Douglas Muth
d1caa7ee4f Added Facebook Opengraph tags 2015-11-10 23:57:23 -05:00
Douglas Muth
b4e3b6f7ab Updated section about LastPass. 2015-11-10 23:48:11 -05:00
Douglas Muth
3bf6c46df7 Added a display of how many passwords were possible with the rolls. 2015-11-10 23:32:32 -05:00
Douglas Muth
56b024c902 Tweaked wording 2015-05-02 16:28:09 -04:00
Douglas Muth
315843e0ee Added break 2015-04-30 23:38:41 -04:00
Douglas Muth
2e8d02a0ad Added trademark info. 2015-04-30 23:38:19 -04:00
Douglas Muth
10af71501b Added blurb about password generation. 2015-04-30 23:33:27 -04:00
Douglas Muth
9921afe68d The previous wording came off as snarky, which wasn't my intention. Fixed that. 2015-04-30 23:26:04 -04:00
Douglas Muth
fa7a2a85f6 correct horse battery staple 2015-04-28 20:01:39 -04:00
Douglas Muth
50957f2f06 Spelling 2015-04-27 21:45:52 -04:00