Skip to content

Commit a29b80b

Browse files
authored
Merge pull request #6 from sergeevabc/master
Fixing typos
2 parents 0bb6ee3 + 9b80b5d commit a29b80b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Passphrase and Password Generator</h1>
161161
</div>
162162
<div id="footer">
163163
<center>
164-
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
164+
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
165165
<p>
166166
<a href="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/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
167167
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Passphrase and Password Generator</h1>
8282
</div>
8383
<div id="footer">
8484
<center>
85-
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
85+
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
8686
<p>
8787
<a href="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/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
8888
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>

what.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3>Brute force searching</h3>
4242
<li>65-bits: ~ 7 months.</li>
4343
<li>70-bits: ~ 19 years.</li>
4444
<li>75-bits: ~ 600 years.</li>
45-
<li>80-bits: ~ 19 millenia.</li>
45+
<li>80-bits: ~ 19 millennia.</li>
4646
</ul>
4747
</p>
4848
<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>
@@ -52,7 +52,7 @@ <h3>The conclusion</h3>
5252
</div>
5353
<div id="footer">
5454
<center>
55-
<p><strong>Disclaimer: This is for demonstration puposes only and is not logging passwords!</strong></p>
55+
<p><strong>Disclaimer: This is for demonstration purposes only and is not logging passwords!</strong></p>
5656
<p>
5757
<a href="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/atoponce/webpassgen"><img title="Get the source code" src="assets/github.png" /></a>
5858
<a href="https://github.com/atoponce/webpassgen/releases/latest"><img title="Download latest release" src="assets/download.png" /></a>

0 commit comments

Comments
 (0)