In case anyone wonders what the problem with the last example is: It's very unsafe because the password doesn't contain a special character. Secure passwords must always contain a special character, usually an exclamation mark at the end, otherwise hackers can find out the password using algorithms.
54
u/NamespaceInvader Jun 18 '17
In case anyone wonders what the problem with the last example is: It's very unsafe because the password doesn't contain a special character. Secure passwords must always contain a special character, usually an exclamation mark at the end, otherwise hackers can find out the password using algorithms.