Password complexity
Usually a password is the only protection for sensitive information. For example bank account is protected by a password.
A password needs to be complex. A complex password has the following:
- It needs to be long enough, so it will be difficult to crack it. Recommended length of a password is at least eight characters.
- Good password needs to include both upper and lower case characters.
- Good password needs to include both numbers and symbols in addition to characters.
Comments
Post a Comment