Commit graph

198 commits

Author SHA1 Message Date
Douglas Muth
98c7e131bd Add handlers to address #24. 2021-05-15 15:37:19 -04:00
Douglas Muth
9eed6a72a7 Wow--I can't spell! 2021-05-15 15:27:24 -04:00
Douglas Muth
ff97c70149 Another update 2021-05-15 15:23:10 -04:00
Douglas Muth
aee131f2be Documentation update 2021-05-15 15:16:08 -04:00
Douglas Muth
a5ab86b82b Version updates 2021-05-15 15:15:22 -04:00
Douglas Muth
12ad7c3637 Updated link 2021-03-13 19:49:57 -05:00
Douglas Muth
0f6fb7cdf2 Updated branch 2021-03-13 19:49:08 -05:00
Douglas Muth
b090dd5626 Updated Nodejs versions 2021-03-13 19:48:22 -05:00
Douglas Muth
58123daca7 Fixed some vulns. 2021-03-13 17:52:23 -05:00
Douglas Muth
4191e5f87e
Merge pull request #22 from dmuth/webpack5
Fix up for webpack 5.
2021-03-13 17:27:10 -05:00
Douglas Muth
d174c20888 Fix up for webpack 5. 2021-03-13 17:23:45 -05:00
Douglas Muth
aa00770b32 Fix #20 2021-02-04 17:34:24 -05:00
Douglas Muth
e4420904ef
Added image 2020-09-15 18:46:48 -04:00
Douglas Muth
809becbf49 Latest bundle 2020-01-15 19:52:47 -05:00
Douglas Muth
647345ea95 Added additional links in console messages. :-) 2020-01-15 19:52:25 -05:00
Douglas Muth
4b8d0034a8 Removed extra code. 2020-01-15 19:51:32 -05:00
Douglas Muth
31c8aef3b3 Oops, added production build of webpack. 2020-01-15 19:50:35 -05:00
Douglas Muth
3797819494 Added option to not show the dice animation. #15 2020-01-15 19:49:50 -05:00
Douglas Muth
030c87fe41 Added --mode development for webpack 2020-01-15 19:28:53 -05:00
Douglas Muth
25e74768ab Make sure to run unit tests. 2020-01-15 19:07:06 -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
e7425ef082 Tweaked development instructions 2019-11-22 17:06:27 -05:00
Douglas Muth
5a26ee9da0 Newer versions 2019-11-22 17:06:15 -05:00
Douglas Muth
265576032b Fix for #14. Replaced "yo-yo" with "cheetah". 2019-06-16 16:31:24 -04:00
Douglas Muth
a3498959ae Better development instructions 2019-06-16 16:29:10 -04: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
d5072d9068 Added blurb about air-gapped operation. 2018-05-12 14:12:59 -04:00
Douglas Muth
80c2f90e38 Added support for air-gapped operation. #11 2018-05-12 14:12:06 -04:00
Douglas Muth
cb8d301c7e Added robots.txt 2018-05-12 12:43:04 -04:00
Douglas Muth
451536a9bb Added script to upload to S3 2018-05-04 21:45:30 -04:00
Douglas Muth
75ddfb0b46
Credit for #12 2018-04-10 22:16:03 -04:00
Douglas Muth
e3b318a4b5 New dist bundle. 2018-04-10 22:08:29 -04:00
Douglas Muth
359df1d60c
Merge pull request #12 from atoponce/master
Increase default number of dice rolls from 4 to 6
2018-04-10 22:07:53 -04:00
Douglas Muth
dfe0d0d8c4 Added mention of webpack --watch. 2018-04-10 22:07:34 -04:00
Douglas Muth
35c95f7d27 I still can't spell... 2018-04-10 22:05:47 -04:00
Douglas Muth
bbe467fd37 Added in <wbr> tags prior to merging in #12. 2018-04-10 22:02:03 -04:00
Douglas Muth
da7911b62d Spelling fix 2018-04-10 21:13:05 -04:00
Douglas Muth
6a7e733d0a
Merge pull request #13 from dmuth/add-code-of-conduct-1
Added Code of Conduct
2018-04-09 20:26:39 -04:00
Douglas Muth
43d8b55b51
Added Code of Conduct 2018-04-09 20:26:26 -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