What are good password practices when CHOOSING a specific password?
- Use long password (at least 8 chars)
- Use a mixture of uppercase and lowercase letters, digits, and special symbols.
- Consider using the first letter of some long phrase that is meaningful to you, mixed with some digits or special symbols.
- Avoid personal info such as name, userID, pet's name, or birth date.
- Avoid common dictionary words.
- Avoid obvious choices like "abcde", "123456"...
Found in Lecture 9 Part 1 - Security