passwords
There are several things which can affect password strength:
- it must be at least 6 characters long, preferable at least 8, and the longer the better
- it should be a mix of upper and lower case characers
- it should include at least one number
- it should include at least one special character (@,#,$,etc.)
- it should consist mostly of unique characters