Strong password

264 points · 14 comments · view on lemmy.world

14 Comments

MrWafflesNBacon@lemmy.world · 98 pts · 1y

<strong>password</strong>

Flexaris@discuss.tchncs.de · 82 pts · 1y (1 reply)

they don't match :(

TechieDamien@lemmy.ml · 1 pts · 1y

Good spot. Took me a while to find it!

rbn@sopuli.xyz · 44 pts · 1y (6 replies)
thefartographer@lemm.ee · 12 pts · 1y

Yeah, this is just an example of heading abuse. I know the likelihood of an accessibility issue befalling your Gmail password is incredibly low, but respect the fucking heading hierarchy!

Styxia@lemmy.world · 12 pts · 1y

At a guess, the number being needed to pass the validation? Though the strong tag does give it a better dad-joke vibe.

4am@lemm.ee · 2 pts · 1y

More entropy

MonkderVierte@lemmy.ml · 1 pts · 1y (1 reply)
[ removed ]
HurlingDurling@lemmy.world · 1 pts · 1y

created by creator

MonkderVierte@lemmy.ml · 1 pts · 1y
JerkyChew@lemmy.one · 12 pts · 1y (2 replies)

My passwords are all SQL injection statements. I only have to log in once.

slazer2au@lemmy.world · 7 pts · 1y (1 reply)

Mine are EICAR test strings.

flambonkscious@sh.itjust.works · 6 pts · 1y

God, thats tempting

HurlingDurling@lemmy.world · 5 pts · 1y (1 reply)

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.

CrayonRosary@lemmy.world · 1 pts · 1y

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.