You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringinstructions = "The Accounts of your Webapplication are only as save as the passwords. "
201
-
+ "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>. "
202
-
+ " You must test all 5 passwords at the same time...<br>"
191
+
Stringinstructions = "The accounts of your web application are only as save as the passwords. "
192
+
+ "For this exercise, your job is to test several passwords on <a href=\"https://howsecureismypassword.net\" target=\"_blank\">https://howsecureismypassword.net</a>. "
193
+
+ " You must test all 6 passwords at the same time...<br>"
203
194
+ "<b> On your applications you should set good password requirements! </b>";
Copy file name to clipboardExpand all lines: src/main/webapp/lesson_plans/English/PasswordStrength.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
</div>
4
4
<p><b>Concept / Topic To Teach:</b></p>
5
5
<!-- Start Instructions -->
6
-
Accounts are only as secure as their passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals and numbers. The longer the password, the better.
6
+
Accounts are only as secure as their passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals, numbers and special characters. The longer the password, the better, consider using a passphrase instead. For
7
+
more information see: <ahref="https://www.owasp.org/index.php/Authentication_Cheat_Sheet#Implement_Proper_Password_Strength_Controls" target="_blank">OWASP proper password strength</a>.
7
8
<!-- Stop Instructions -->
8
-
<br>
9
+
<br/><br/>
9
10
<p><b>General Goal(s):</b></p>
10
-
For this exercise, your job is to test several passwords on <ahref="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>
11
+
For this exercise, your job is to test several passwords on <ahref="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>
Copy file name to clipboardExpand all lines: src/main/webapp/lesson_plans/en/PasswordStrength.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
</div>
4
4
<p><b>Concept / Topic To Teach:</b></p>
5
5
<!-- Start Instructions -->
6
-
Accounts are only as secure as their passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals and numbers. The longer the password, the better.
6
+
Accounts are only as secure as their passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals and numbers. The longer the password, the sbetter.
7
7
<!-- Stop Instructions -->
8
8
<br>
9
9
<p><b>General Goal(s):</b></p>
10
-
For this exercise, your job is to test several passwords on <ahref="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>
10
+
For this exercise, your job is to test several passwords on <ahref="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>
Copy file name to clipboardExpand all lines: src/main/webapp/lesson_plans/ru/PasswordStrength.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@
10
10
<!-- Stop Instructions -->
11
11
<br>
12
12
<p><b>Основные цели и задачи:</b></p>
13
-
Попробуйте проверить несколько используемых вами паролей на стойкость вот на этом сервисе - <ahref="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>
13
+
Попробуйте проверить несколько используемых вами паролей на стойкость вот на этом сервисе - <ahref="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>
Copy file name to clipboardExpand all lines: src/main/webapp/lesson_solutions_1/PasswordStrength.html
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -14,25 +14,24 @@
14
14
<!-- Stop Instructions -->
15
15
<br>
16
16
<p><b>General Goal(s):</b></p>
17
-
For this exercise, your job is to test several passwords on <ahref="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 <ahref="https://howsecureismypassword.net/" target="_blank">https://howsecureismypassword.net/</a>.
18
18
<br><br>
19
19
<b>Solution:</b><br/>
20
-
Open your browser on <ahref="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 <ahref="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>
0 commit comments