The Problem with passwords
Many aspects of our lives are protected in one way or another with passwords.
A Password needs to follow contradictory rules.
- It needs to be easy for us to remember.
- It should be close t0 impossible for anyone else to guess.
Many password protected sites attempt to get users to use passwords that adhere to the second rule, yet ignore the first one, by adding a degree of complexity to all passwords.
Ideally you should also add two-factor authentication too, but that is a whole other subject.Â