🎲 Password Generator 🎲
What if instead of creating a password using the most common 60-ish alphanumeric characters and symbols, you used 100000 different unicode symbols? There isn't even a font that can display them all!(Update: there are fonts now with code displayed on each symbol!) So, even if you accidentally share your screen with the password on it - chances are nobody will be able to retype that password, giving you plenty of time to change it.
A secure password needs to be unpredictable and long. A password that is only 6 characters long, may be cracked instantly, a longer one with 10 characters in a couple of seconds, but 30 characters will give you millennia. In a dictionary attack, each common word can be cracked with similar ease as a character.
Generate new passwords for different websites. You may not know if a website leaked your password. Use a secure password manager.
Click on a password to copy it to clipboard.
30 random numbers - a simple numeric password
30 random alphanumeric characters + basic special characters. Useful if you need to retype the password on another device. (I added a rule to always have at least one lowercase letter, uppercase letter, number and a basic special character, because a lot of website require it)
30 random utf symbols
30 random utf symbols plus website checks (Some websites require one lowercase letter, one uppercase, one number and one basic special character).