# World Password Day ### May 1, 2024 World Password Day is observed annually, on the first Thursday in May. The goal is to raise awareness about the need to take better care of our passwords and develop better password habits. ### History of World Password Day Prior to technological advances, passwords were uncommon and mostly used by secret societies. Below is a brief history of how World Password Day was created: - **1961**–Massachusetts Institute of Technology (MIT) creates the computer password so multiple people can use a shared computer system. - **1976**–public-key cryptography (encrypts data with two different keys: public and private) is created so two people can authenticate (validate) each other without exchanging a cryptographic key. - **1978**–researchers publish the first study of its kind, which demonstrates that guessing passwords, based on a person’s identity, is easier than cracking passwords with computers. - **1986**–two-factor authentication emerges and is adopted. - **2013**–World Password Day is created. ### Risk of Weak Passwords Passwords provide an added layer of security, making it more difficult for unauthorized individuals to access our data. Weak passwords put our personal information at risk. A weak password can be easily guessed or cracked by attackers. This can lead to identity theft, financial loss, and other serious consequences. Cybercriminals use brute force (automation and scripts) to try and guess passwords. The more complex the password, the odds of a brute force attack decrease significantly. Check the chart to see how long it would take to crack your password. #### Time to Crack Password
Number of Characters in Password | Numbers Only | Lowercase Letters | Upper & Lowercase Letters | Numbers, Upper & Lowercase Letters | Numbers, Upper & Lowercase Letters & Special Characters |
---|---|---|---|---|---|
4-6 | Instantly | Instantly | Instantly | Instantly | Instantly |
7 | Instantly | Instantly | 1 second | 2 seconds | 4 seconds |
8 | Instantly | Instantly | 28 seconds | 2 minutes | 5 minutes |
9 | Instantly | 3 seconds | 24 minutes | 2 hours | 6 hours |
10 | Instantly | 1 minute | 21 hours | 5 days | 2 weeks |
11 | Instantly | 32 minutes | 1 month | 10 months | 3 years |
12 | 1 second | 14 hours | 6 years | 53 years | 226 years |