Passwords
Although passwords are a single factor of authentication, they can represent a relatively high level of security when constructed and implemented properly.
For a password to be strong, it must be complex.
- add multiple character sets to increase complexity
- E.g., uppercase letters, lowercase letters, numbers, symbols
Password Security Best Practices
- Use complex and unique passwords
- Change passwords regularly
- Avoid password reuse across multiple platforms
- Enable multi-factor authentication when possible