Skip to content

Commit

Permalink
Merge pull request #6 from sergeevabc/master
Browse files Browse the repository at this point in the history
Fixing typos
  • Loading branch information
atoponce authored Nov 15, 2017
2 parents 0bb6ee3 + 9b80b5d commit a29b80b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>Passphrase and Password Generator</h1>
</div>
<div id="footer">
<center>
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
<p>
<a href="https://github.com/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Passphrase and Password Generator</h1>
</div>
<div id="footer">
<center>
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
<p>
<a href="https://github.com/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>
Expand Down
4 changes: 2 additions & 2 deletions what.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Brute force searching</h3>
<li>65-bits: ~ 7 months.</li>
<li>70-bits: ~ 19 years.</li>
<li>75-bits: ~ 600 years.</li>
<li>80-bits: ~ 19 millenia.</li>
<li>80-bits: ~ 19 millennia.</li>
</ul>
</p>
<p>As you can see, this follows an exponential curve. Further, you can see that the graph gets nearly vertical very quickly. This is known as the "exponential wall". Eventually, it just gets too expensive for an attacker to make the brute force search successful.</p>
Expand All @@ -52,7 +52,7 @@ <h3>The conclusion</h3>
</div>
<div id="footer">
<center>
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
<p>
<a href="https://github.com/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>
Expand Down

0 comments on commit a29b80b

Please sign in to comment.