mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-23 01:06:31 -05:00
Added link to QR code generator
This commit is contained in:
parent
8c7b4b40dd
commit
addb1fdef2
1 changed files with 2 additions and 4 deletions
|
@ -175,7 +175,7 @@ Fact is, humans are terrible at remembering random combinations of letters and
|
|||
numbers, but we are great at remembering phrases of words. That's where Diceware comes in.
|
||||
</p>
|
||||
|
||||
This Diceware web app is based on the proposal at <a href="http://world.std.com/~reinhold/diceware.html">http://world.std.com/~reinhold/diceware.html</a>
|
||||
This Diceware web app is based on <a href="http://world.std.com/~reinhold/diceware.html">the original proposal</a>
|
||||
wherein virtual dice are rolled 5 times, and the 5 digit number used against a lookup table of words.
|
||||
4 dice rolls gives you 4 random words which are easy for a human being to remember, yet have
|
||||
a high amount of entropy which makes them hard to crack.
|
||||
|
@ -354,9 +354,7 @@ Yep! I've built a few things you may find interesting:
|
|||
|
||||
<ul>
|
||||
<li><a href="https://httpbin.dmuth.org/">FastAPI Httpbin</a> - HTTP Endpoints for testing of your app</li>
|
||||
<!--
|
||||
<li><a href="https://diceware.dmuth.org/">Diceware Password Generator</a></li>
|
||||
-->
|
||||
<li><a href="https://httpbin.dmuth.org/qrcode/">Dead Simple QR Code Generator</a> - No ads. No signups. No spam. Just QR Codes when you want them.</li>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue