Password Generator
About
Click below to generate passwords. Passwords aren't stored obviously lmao but if you're insecure just turn your wifi off whilst you generate it. You could also click the button a bunch of times and copy them all but only use one of them. (or just download this web page, or use any other password generator)
Password Strength
Good passwords are:
- Long (12-100 characters usually - anything longer and websites or software might not accept it)
- Random, unpredicable (don't look like normal words or anything recognisable)
- Unique (you don't use it more than once)
- Diverse character set (lots of symbols)
- In other words, high entropy
Entropy is how "chaotic" it is. Calculate entropy with:
entropy = log2(N^L)N = number of possible characters in the character set
L = length of the password
Increasing either N or L means that entropy gets bigger. Therefore longer passwords with a diverse character set are better.
Generator
This generator uses Javascript so if you have that blocked then it won't work.