this post was submitted on 14 Dec 2024
256 points (95.7% liked)
Programming Humor
2731 readers
5 users here now
Related Communities [email protected] [email protected] [email protected] [email protected]
Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wish there was a yelp but for website reviews. Literally was creating an account (forced to) in order to buy tickets for a one time Christmas thing, and the password requirements was 8-15, one capital, one lower-case, one number, and no symbols...
Fuck it, I'm buying the tickets in person... with cash, as I no longer trust these folks with my data to be kept secure.
How many bits of entropy does your password need? A 15 character password using those limitations will easily produce a password with 65 bits of entropy. That perfectly acceptable for an average password. High security passwords should be 80+.
The requirements of at least one upper case, lower case, and number is specifically to increase the entropy of the password. Ideally you should be using a password manager to create a random password with those requirements, and it's trivial to do so.