Skip to content

Commit

Permalink
Added some additional stuff to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Apr 30, 2023
1 parent 2038e93 commit 9ac50e2
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 180 deletions.
27 changes: 24 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ <h2 class="dice_num">
<div class="row" style="text-align: left;">
<div class="col-md-1"></div>
<div class="col-md-10 main">
<h3>About Diceware</h3>

<h2>About Diceware</h2>

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
Expand Down Expand Up @@ -198,11 +199,17 @@ <h3>About Diceware</h3>
Diceware is a trademark of Arnold Reinhold.
</p>


<h2>Frequently Asked Questions</h2>

<h3>FAQ: Why not use 1Password or BitKeeper or something similar?</h3>

By all means, feel free to do so. <a href="https://1password.com/">1Password</a> is an excellent product and I highly recommend it.
By all means, feel free to do so. <a href="https://1password.com/">1Password</a> is an excellent product and I highly recommend it.
That said, there's no reason that Diceware cannot be used concurrently with a password manager.
But I _also_ happen to like passwords I can remember. :-)
But I <em>also</em> happen to like passwords I can remember. :-)
</p>

If you want the absolute highest levels of password security, consider using <a href="https://strongboxsafe.com/">Strongbox</a>. One neat thing about Strongbox is that it comes with a built-in Diceware client!


<h3>FAQ: What are some good use cases for Diceware?</h3>
Expand Down Expand Up @@ -364,13 +371,26 @@ <h3>FAQ: How secure is the webserver this app is on?</h3>
an audit trail of all actions performed on that bucket.


<h3>FAQ: Speaking of audit trails, are you keeping any logs of accesses to this website?</h3>

Hell no. I don't want to know who is using this app. More importantly, if logs are not kept, then it
means that an adversary won't know either.


<h3>FAQ: Will this work over Tor?</h3>

Yep, I tested it! Just make sure you go into the NoScript plugin and enable Javascript for this site.


<h3>FAQ: Why did you change the wordlist?</h3>

</p>

I am always considering what words I use in the wordlist. I may opt to use shorter words in the future.


<h2>Meta</h2>

<h3>Have you built anything else?</h3>

<p>
Expand All @@ -383,6 +403,7 @@ <h3>Have you built anything else?</h3>
<li><a href="https://septastats.com/">SEPTA Stats</a> - Stats on Philadelphia Public Transit</li>
<li><a href="https://github.com/dmuth/splunk-lab">Splunk Lab</a> - Stand up a Splunk instance in 30 seconds</a>
<li><a href="https://github.com/dmuth/tarsplit">Tarsplit</a> - Split a tarball on file boundaries</li>
<li><a href="https://github.com/dmuth/docker-in-vagrant">Docker in Vagrant</a> - Replacement for Docker Desktop for the Mac.
<li>...or just <a href="https://github.com/dmuth">poke around my GitHub</a>!</li>
</ul>

Expand Down
Loading

0 comments on commit 9ac50e2

Please sign in to comment.