🔐Passwords are stored as encrypted hashes and can be decrypted by finding the right key
🌈Hacker communities use lookup tables and rainbow tables to crack passwords
🧂Salted hashes add random chunks of code to passwords, making rainbow tables useless
🔡Dictionary attacks use wordlists to crack common passwords
⏳Brute force attacks try every possible combination of characters until the password is cracked