CHARACTERISTICS OF A STRONG PASSWORD
🔡
Length: the longer the password, the more combinations an attacker must try in a brute-force attack. A 12-character password is vastly harder to crack than a 6-character one.
🔤
Complexity: mixing upper and lower case letters, numbers, and special symbols (e.g. !, @, #) increases the number of possible combinations exponentially.
❓
Unpredictability: avoid names, dates, dictionary words, or common passwords such as "password123." Attackers use dictionaries and known patterns first.
🔁
Uniqueness: using the same password on multiple sites means one breach compromises all accounts.