this post was submitted on 14 Dec 2024
260 points (95.5% liked)

Programming Humor

2941 readers
1 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CrayonRosary@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

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.