Commit graph

144 commits

Author SHA1 Message Date
Douglas Muth
61fb6fa227 Added check for crypto into getRandomValue(). 2017-02-01 21:55:38 -05:00
Douglas Muth
5cb69f140f Converted the wordlist into an array. 2017-02-01 21:51:45 -05:00
Douglas Muth
d511f8156c Modified diceRoll() to return the raw value as well as the dice roll,
updated unit tests, updated code that displays the dice.
2017-02-01 21:50:33 -05:00
Douglas Muth
d6f2e9b324 Wrote getNumValuesFromNumDice() and rollDice(). 2017-02-01 00:02:19 -05:00
Douglas Muth
acf5389ff7 Added convertBase6ToDice(). 2017-01-31 23:36:24 -05:00
Douglas Muth
8aad4ea0ec Wrote convertBase6ToDice() with unit tests. 2017-01-31 23:13:39 -05:00
Douglas Muth
43b4f4c7b1 Added getRandomValue(), getBase6(), and unit tests for both with Qunit. 2017-01-31 22:33:37 -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
44324d050c Removed old wordlist 2016-07-10 22:01:58 -04:00
Douglas Muth
2d3f823493 Updated link to word list. 2016-07-10 21:52:36 -04:00
Douglas Muth
7795bfc1db Fixed Peter Norvig's last name! 2016-07-10 21:47:46 -04:00
Douglas Muth
262076b9ef Peter Novig's wordlist of 1/3rd million most common words 2016-07-10 21:46:14 -04:00
Douglas Muth
2e74e6e069 New wordlist 2016-07-10 21:46:08 -04:00
Douglas Muth
9e818636f1 Added function to extract words from Peter Novig's list. 2016-07-10 21:46:03 -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
c9e68bc3f6 Changed over wordlist to the new list. 2016-07-10 19:07:48 -04:00
Douglas Muth
ee0be8ba2d Added script to create the wordlist (automation is good!) 2016-07-10 19:04:23 -04:00
Douglas Muth
b45ecf1715 Finished first draft. 2016-07-10 19:04:10 -04:00
Douglas Muth
591331e48a Started script. Wrote function to read wordfile and validate words. 2016-07-10 18:41:46 -04:00
Douglas Muth
02a345478b Added .gitignore 2016-07-10 18:41:30 -04:00
Douglas Muth
65c23a424f Added wordlist 2016-07-10 18:41:11 -04:00
Douglas Muth
fda158bd7c Fixed bug for when the word isn't found in the wordlist. 2016-07-10 18:31:33 -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
cff3c4b4e3 Added dice graphic 2015-11-10 23:50:30 -05:00
Douglas Muth
b4e3b6f7ab Updated section about LastPass. 2015-11-10 23:48:11 -05:00
Douglas Muth
29115a475e Added a favicon 2015-11-10 23:41:21 -05:00
Douglas Muth
729787fe8a I should start using media queries in CSS 2015-11-10 23:40:31 -05:00
Douglas Muth
84d77e3901 Started reducing the delay of subsequent dice rolls. It speeds up the rolling of 8 dice. 2015-11-10 23:39:31 -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
a109bfbb5b Now capitalizing first word so that the resulting password is easier to read 2015-06-21 18:24:59 -04: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
Douglas Muth
d23289da7d Again with the "full-time" silliness. Why did I think saying that was a good idea anyway? 2015-04-27 21:43:56 -04:00
Douglas Muth
4aa9414365 Fixed title 2015-04-27 21:43:30 -04:00
Douglas Muth
fb5de88cf2 Adjusted color and removed box shadow. 2015-04-27 21:41:51 -04:00