diff --git a/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg b/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg index 3173ee9a6..ea9895612 100644 Binary files a/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg and b/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg differ diff --git a/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg b/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg index 4612b9a10..ee40403cf 100644 Binary files a/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg and b/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg differ diff --git a/src/main/webapp/lesson_solutions/PasswordStrength_files/image003.jpg b/src/main/webapp/lesson_solutions/PasswordStrength_files/image003.jpg deleted file mode 100644 index 182e8f174..000000000 Binary files a/src/main/webapp/lesson_solutions/PasswordStrength_files/image003.jpg and /dev/null differ diff --git a/src/main/webapp/lesson_solutions_1/PasswordStrength.html b/src/main/webapp/lesson_solutions_1/PasswordStrength.html index 2a587e50b..7533373f6 100644 --- a/src/main/webapp/lesson_solutions_1/PasswordStrength.html +++ b/src/main/webapp/lesson_solutions_1/PasswordStrength.html @@ -14,25 +14,24 @@ Accounts are only as secure as there passwords. Most users have the same weak pa

General Goal(s):

- For this exercise, your job is to test several passwords on https://www.cnlab.ch/codecheck. + For this exercise, your job is to test several passwords on https://howsecureismypassword.net/.

Solution:
-Open your browser on https://www.cnlab.ch/codecheck. Copy the first password in the field and click "Run the check".

+Open your browser on https://howsecureismypassword.net/. Copy the first password in the field and the page will automatically be updated.


-Code checker


-You will get a little pop-up. Choose "Yes, I want this word to be tested".

-
-Pop-up


+Password checker


You will get get the result of the check.

-
+
The result


-Do this with all of the five given passwords.

+Do this with all of the six given passwords.

Here are the results you get:

+ Password = 123456: 0 seconds
-Password = abzfez: 1394 seconds
-Password = a9z1ez: 5 hours
-Password = aB8fEz: 2 days
-Password = z8!E?7: 41 days
+Password = abzfezd: 2 seconds
+Password = a9z1ezd: 19 seconds
+Password = aB8fEzDq: 15 hours
+Password = z8!E?7: 20 days
+Password = My 1st Password!: Redd: 322 septillion years



\ No newline at end of file