Skip to content

Commit 0d4be25

Browse files
committed
Updated the solution page and images
1 parent a8500cd commit 0d4be25

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed
5.27 KB
Loading
16.4 KB
Loading
-21.9 KB
Binary file not shown.

src/main/webapp/lesson_solutions_1/PasswordStrength.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,24 @@
1414
<!-- Stop Instructions -->
1515
<br>
1616
<p><b>General Goal(s):</b> </p>
17-
For this exercise, your job is to test several passwords on <a href="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>.
17+
For this exercise, your job is to test several passwords on <a href="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>.
1818
<br><br>
1919
<b>Solution:</b><br/>
20-
Open your browser on <a href="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>. Copy the first password in the field and click "Run the check".<br><br>
20+
Open your browser on <a href="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>. Copy the first password in the field and the page will automatically be updated.<br><br>
2121
<img src="lesson_solutions/PasswordStrength_files/image001.jpg"><br/>
22-
<font size="2"><b>Code checker</b></font><br/><br/><br/>
23-
You will get a little pop-up. Choose "Yes, I want this word to be tested".<br><br>
24-
<img src="lesson_solutions/PasswordStrength_files/image002.jpg"><br/>
25-
<font size="2"><b>Pop-up</b></font><br/><br/><br/>
22+
<font size="2"><b>Password checker</b></font><br/><br/><br/>
2623
You will get get the result of the check.<br><br>
27-
<img src="lesson_solutions/PasswordStrength_files/image003.jpg"><br/>
24+
<img src="lesson_solutions/PasswordStrength_files/image002.jpg"><br/>
2825
<font size="2"><b>The result</b></font><br/><br/><br/>
29-
Do this with all of the five given passwords.<br><br>
26+
Do this with all of the six given passwords.<br><br>
3027
Here are the results you get:<br><br>
28+
3129
Password = 123456: <font color="#ff0000">0</font> seconds<br>
32-
Password = abzfez: <font color="#ff0000">1394</font> seconds<br>
33-
Password = a9z1ez: <font color="#ff0000">5</font> hours<br>
34-
Password = aB8fEz: <font color="#ff0000">2</font> days<br>
35-
Password = z8!E?7: <font color="#ff0000">41</font> days<br>
30+
Password = abzfezd: <font color="#ff0000">2</font> seconds<br>
31+
Password = a9z1ezd: <font color="#ff0000">19</font> seconds<br>
32+
Password = aB8fEzDq: <font color="#ff0000">15</font> hours<br>
33+
Password = z8!E?7: <font color="#ff0000">20</font> days<br>
34+
Password = My 1st Password!: Redd: <font color="#ff0000">322</font> septillion years<br>
3635
<br><br><br>
3736
</body>
3837
</html>

0 commit comments

Comments
 (0)