Douglas Muth
cb332f0371
Added links to my other projects
2022-09-01 20:13:06 -04:00
Douglas Muth
382c45f0fc
BitCoin is awful.
2022-08-01 21:52:20 -04:00
Douglas Muth
4d9a046e49
Fix path to dice.jpg
2022-04-29 21:47:01 -04:00
Douglas Muth
09f814b104
Fix #30
2022-04-28 17:29:08 -04:00
Douglas Muth
a0ec07ad86
Created assets/ directory.
2022-04-15 20:07:32 -04:00
Douglas Muth
7f3c2fad5a
Moved images to img/
2022-04-15 19:57:26 -04:00
Douglas Muth
449d16216e
Moved CSS into css/
2022-04-15 19:51:35 -04:00
Douglas Muth
1c19baf9c8
Inlined XKCD comic.
2022-04-08 17:37:45 -04:00
Douglas Muth
25012823ed
Fixed typo
2022-02-01 20:22:20 -05:00
Douglas Muth
c4ea78fdad
Merge branch 'main' of github.com:dmuth/diceware into main
2021-11-22 12:10:23 -05:00
Douglas Muth
cd0ac120a1
Added reference to NIST password creation guidelines.
2021-11-22 12:08:54 -05:00
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