this post was submitted on 14 Jul 2023
6 points (75.0% liked)

Technology

75758 readers
2509 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

We've all been there.

top 38 comments
sorted by: hot top controversial new old
[–] mudmaniac@lemmy.world 2 points 2 years ago

For those wanting to play this as a game, there is this wonderfully fiendish website.

https://neal.fun/password-game/

Rule 13 Your password must include the current phase of the moon as an emoji.

[–] Tyler_Zoro@ttrpg.network 1 points 2 years ago (3 children)

Fun fact: password controls like this have been obsolete since 2020. Standards that guide password management now focus on password length and external security features (like 2FA and robust password encryption for storage) rather than on individual characters in passwords.

[–] CoderKat@lemm.ee 2 points 2 years ago (1 children)

For today's 10,000 who have never seen it, https://xkcd.com/936/ succinctly explains why the whole mixed character types thing isn't favoured.

[–] EmpatheticTeddyBear@lemmy.world 0 points 2 years ago (1 children)

I'm still waiting on an XKCD that references #936 with the fact that we soon as we have reliable, functional quantum computing, all of the passwords from before that point in time will be completely and utterly broken. That the only way to make a password that a quantum computer would have a tough time breaking is if it was made by another quantum computer. Unless of course the comic has already been made and I just missed it, which is a complete possibility because this year for me has been utterly crap.

[–] Tyler_Zoro@ttrpg.network 1 points 2 years ago

soon as we have reliable, functional quantum computing

Which we've been told is right around the corner for decades. The issue is that QC doesn't scale up. If you try you get vastly more noise than signal. Current work in QC is all aimed at reducing that noise, but even for only 70 qbits, the current state of the art can't eliminate enough of the noise for QC to be useful in most applications.

The only places it's currently bearing any fruit is where all of the extra work to reduce noise and the delays that incurs are irrelevant because there is no classical approach at all. But even then, the costs are enormous and the benefits are miniscule.

[–] fubo@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Since 2017 at least; and IIRC years before that; that's just the earliest NIST publication on the subject I could find with a trivial Web search.

https://pages.nist.gov/800-63-3/sp800-63b.html

Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.

"Memorized secrets" means classic passwords, i.e. a one-factor authentication through a shared secret presumed to be known to only the right person.

[–] Rufio@lemm.ee 1 points 2 years ago (2 children)

I wouldn’t say obsolete because that implies it’s not really used anymore. Most websites and apps still use validation not too dissimilar from the OP, even if it goes against the latest best practices.

[–] ArianaGrande@lemmy.world 1 points 2 years ago

Yeah, the most recent one for me was creating a password at lemmy.world

[–] Tyler_Zoro@ttrpg.network -1 points 2 years ago

I wouldn’t say obsolete because that implies it’s not really used anymore.

I'm not sure where you heard someone use the word "obsolete" that way, but I assure you that there are thousands if not millions of examples of obsolete technologies in constant and everyday use.

[–] Madbrad200@sh.itjust.works 1 points 6 months ago

My absolute favourite is when your password is too long but they don't tell you that, I guess because they weren't expecting it. It only causes a hitch when you later try to login and it doesn't let you ....

[–] eochaid@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Sorry, that password is already in use

BIG red flag. Abort. Abort.

Also I love when they only support certain special characters. So the psuedo random noise created by my password generator won't work until I curate out the unsupported characters.

[–] Regna@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

I too love the Password game! Please save Paul! ~I truly care about him!~ ^Truly!^

(Sorry, I sometimes like to post really bad comments...)

[–] MajorHavoc@lemmy.world 1 points 2 years ago

I've seen this but with a final message of "Sorry, that password is already in use by user about2getOwned@gmail.com."

[–] Affidavit@aussie.zone 1 points 2 years ago

Sorry, you must have a special character. Oh... Not THAT special character, it has to be a special special character, that one isn't valid. Ah, no, that one's too long. It should be shorter. It needs to be between 11 and 11.5 characters.

Half the time I now just enter random nonsense until it lets me create an account. Then, when I want to access a website/app again, I just 'forget' my password and reset it to some other random nonsense.

[–] lunaticneko@lemmy.ml 1 points 2 years ago

That password is already in use by user 'gigachad'.

[–] zeppo@lemmy.world 0 points 2 years ago (3 children)

“Sorry, that password is already in use” ruins it for me. That’s not a realistic message to receive.

Maybe “Your password cannot be one you’ve used previously”.

[–] nowwhatnapster@lemmy.world 1 points 2 years ago (1 children)

Should be: "your password cannot be one of your last 24 passwords"

[–] VindictiveJudge@lemmy.world 1 points 2 years ago

Especially for those places that want your password changed every two weeks.

[–] Buddahriffic@lemmy.world 1 points 2 years ago

It follows the vein of some of the password rules and feedback reducing security itself. Like why disallow any characters or set a maximum password length in double digits? If you're storing a hash of the password, the hash function can handle arbitrary length strings filled with arbitrary characters. They run on files, so even null characters need to work. If you do one hash on the client's side and another one on the server, then all the extra computational power needed for a ridiculously long password will be done by the client's computer.

And I bet at least one site has used the error message "that password is already in use by " before someone else in the dev team said, "hang on, what?".

[–] mrmanager@lemmy.today 0 points 2 years ago (1 children)
[–] poplargrove@lemmy.world 1 points 2 years ago (1 children)
[–] mrmanager@lemmy.today 1 points 2 years ago

Now we are talking :)

[–] SpacedBear@lemmy.world 0 points 2 years ago (1 children)

Looks like someone's been playing the password game https://neal.fun/password-game/

[–] everythingsucks@lemmy.world 1 points 2 years ago

That game made me want to punch.

[–] FluffyPotato@lemmy.world 0 points 2 years ago (1 children)

The worst one is when it only supports up to like 16 characters but doesn't tell you so it will only use the first 16 characters and ignore the rest. The next time you need to enter it and get the 64 character password from your password manager it will just say it incorrect and you're left with no idea on why it's wrong.

[–] dlok@lemmy.world 0 points 2 years ago (1 children)

Holy shit you might have just explained why I have to reset my password every time for a local fast food joints own website

[–] Doug@midwest.social 1 points 2 years ago

So secure even you don't know the password. It's like built in MFA.

[–] graphite@lemmy.world 0 points 2 years ago (1 children)

Password can't exceed 32 characters

Garbage

[–] Revan343@lemmy.ca 1 points 2 years ago

You think that's bad, a decade ago I had to use a government-run website that required passwords be exactly 8 characters

[–] SevenDigitCode@lemmy.world 0 points 2 years ago (1 children)

My favorite, though, is:

types in password "Password incorrect" goes to reset password "please enter a new password" types in password "your new password cannot be the same"

[–] stephen01king@lemmy.zip 0 points 2 years ago (1 children)

That just means you entered it wrong the first time.

[–] stepone@lemmy.world 0 points 2 years ago (1 children)

It often means that one could have derived the correct password from the set of rules - but those rules are not shown when asking for the old password

[–] 5too@lemmy.world 1 points 2 years ago

Exactly this. I want to normalize showing the password requirements when you don't immediately get the password - if you made me jump through hoops the first time, at least remind me what they were!

[–] complacent_jerboa@lemmy.world 0 points 2 years ago (1 children)

that password is already in use

lmao, "security" moment

[–] TORFdot0@lemmy.world 1 points 2 years ago (1 children)

Brute force user names instead of password. Big Brian moment

[–] complacent_jerboa@lemmy.world 1 points 2 years ago

Large Brian Moment, for real

[–] average650@lemmy.world 0 points 2 years ago (1 children)

The worst part is that if they know that password is already in use.... then they aren't storing their passwords appropriately.

[–] teft@lemmy.world 1 points 2 years ago

You could store the passwords as hashes and just compare the hashed value.