1177
Passwords (lemmy.world)

We've all been there.

top 50 comments
sorted by: hot top controversial new old
[-] Regna@lemmy.world 102 points 1 year ago* (last edited 1 year 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...)

Haha this is great, got to the chess part before giving in

[-] Mic_Check_One_Two@reddthat.com 15 points 1 year ago

Same. My country was Jordan. Took way too long to figure out, because it dropped me in the middle of an empty amphitheater with no visible road signs, license plates, etc…

[-] catastrophicblues@lemmy.ca 11 points 1 year ago

I just pasted all the countries and ditched the ones that were wrong.

load more comments (2 replies)
load more comments (1 replies)
load more comments (2 replies)
[-] TrontheTechie@infosec.pub 10 points 1 year ago

Bruh, it just made me google dork to find out where a random street view was. 10/10 would recommend

load more comments (1 replies)
load more comments (13 replies)
[-] zeppo@lemmy.world 57 points 1 year ago

“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 15 points 1 year ago

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

load more comments (5 replies)
[-] Buddahriffic@lemmy.world 12 points 1 year 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?".

load more comments (1 replies)
load more comments (4 replies)
[-] Tyler_Zoro@ttrpg.network 39 points 1 year ago

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.

[-] fubo@lemmy.world 22 points 1 year ago* (last edited 1 year 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 10 points 1 year ago

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.

load more comments (7 replies)
load more comments (7 replies)
[-] eochaid@lemmy.world 34 points 1 year ago* (last edited 1 year 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.

[-] dancing_umbra@lemm.ee 20 points 1 year ago

I was changing my password on a pretty big company website the other day.

The password generated by my password manager kept giving me a http error (500 I think)

I generated a new password and deleted all the special characters other than the obvious ones. Boom, worked first time.

So looks like someone is not sanitising their inputs properly.

I sent them an email so hopefully they will fix.

[-] dandroid@dandroid.app 10 points 1 year ago

I sent them an email so hopefully they will fix.

One can only hope. But based on my experience, they usually do not. I once sent an email to Microsoft telling them that their Microsoft account app had a vulnerability, and I even sent them the XML line they needed to add to their Android Manifest to fix it, and they wouldn't do it because it required physical access to the device to exploit. I mean, that's fair enough, but it was literally one line of code to plug the hole.

They eventually did add that line about 6 years later.

load more comments (3 replies)
load more comments (2 replies)
load more comments (4 replies)
[-] SevenDigitCode@lemmy.world 33 points 1 year ago

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"

load more comments (5 replies)
[-] mudmaniac@lemmy.world 32 points 1 year 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.

load more comments (2 replies)
[-] Saneless@lemmy.world 30 points 1 year ago

My favorite is when you forget your password and try to reset it but it cries that you can't use passwords you already used

Mother fucker if I remembered what I used I wouldn't be doing this

[-] average650@lemmy.world 30 points 1 year ago

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 19 points 1 year ago

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

[-] average650@lemmy.world 31 points 1 year ago

yes, but then they are not salted, which is what they should be doing.

[-] Kolrami@lemmy.world 18 points 1 year ago

True, but for the same big O they can salt the password for each user and compare it to what they have stored. My big pet peeve (that I've actually seen) is when they say your password is too similar to an old one. I have no idea how that could be reasonably done if they're storing your password correctly.

[-] Bluehood380@lemmy.world 13 points 1 year ago

But are they peppered?

load more comments (1 replies)
[-] 001100010010@lemmy.dbzer0.com 29 points 1 year ago

Lol, at this point just generate a password for me to save in my bitwarden.

[-] FluffyPotato@lemmy.world 28 points 1 year ago

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.

load more comments (12 replies)
[-] chicagohuman@lemm.ee 24 points 1 year ago
load more comments (8 replies)
[-] SpacedBear@lemmy.world 22 points 1 year ago

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

[-] everythingsucks@lemmy.world 12 points 1 year ago

That game made me want to punch.

[-] macisr@lemmy.fmhy.ml 21 points 1 year ago

This is one of the reasons why I am totally dependent on my password manager now.

[-] Dave@lemmy.nz 24 points 1 year ago

60 character alphanumeric randomly generated password: sorry, that password is not secure enough, please include a special character

Type "Letmein69!" : perfect, very secure password

Me: 🤨

[-] dancing_umbra@lemm.ee 13 points 1 year ago

Yeah that really bugs me.

Like come one, "Ma5terp!ece" is more secure than "Regain Refinance Clarify Cuddle9"

Maybe in bizaro world.

[-] MajorHavoc@lemmy.world 19 points 1 year ago

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

load more comments (3 replies)
[-] graphite@lemmy.world 18 points 1 year ago

Password can't exceed 32 characters

Garbage

load more comments (7 replies)
[-] DmMacniel@feddit.de 18 points 1 year ago

A password prompt should include all criteria upfront so that you can setup your password manager to generate a fitting password.

Getting the criteria or even just partial after you entered one is fucking atrocious.

load more comments (3 replies)
[-] Affidavit@aussie.zone 15 points 1 year 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.

load more comments (2 replies)
[-] complacent_jerboa@lemmy.world 14 points 1 year ago

that password is already in use

lmao, "security" moment

load more comments (2 replies)
[-] WagnasT@iusearchlinux.fyi 12 points 1 year ago* (last edited 1 year ago)

My new favorite is the minimum time between password changes. My last 2 jobs set it to 24 hours, so IT guy gives you the temp password and you can't change it for 24 hours. But wait, when you try to change it the error you get is "doesn't meet your organization's minimum complexity requirements" which does not help AT ALL and the IT guy thinks you're an idiot because you can't figure out the complexity requirements. What a great feature!

[-] corsicanguppy@lemmy.ca 11 points 1 year ago

I lent my spouse's mother our apple ID while theirs was toasted. But of course I had to change it first, since OhFuckMeH@rd3rYouFucks was finally an acceptable password for Apple but not for in-laws.

[-] LaggyKar@programming.dev 11 points 1 year ago

And that's when they tell you what you did wrong. Sometimes they'll reject the password without telling you why, because of some rule they didn't list. For example, I set a password in a parking app (Flowbird) which had an unmentioned restriction against spaces and Swedish letters (dispite targeting the Swedish market). Also, it lets you set a fairly long password, but when you try to log in on their webpage they've set maxlength="32" on the password field. So if you have a longer password you have to edit the DOM and remove that attribute to log in.

load more comments (1 replies)
[-] sabaku_no_gaara@monyet.cc 10 points 1 year ago
load more comments (3 replies)
[-] ChaoticEntropy@feddit.uk 10 points 1 year ago* (last edited 1 year ago)

In what world are passwords unique.

load more comments (5 replies)
[-] samus12345@lemmy.world 10 points 1 year ago

I hate that most places don't remind you what the rules of their passwords are if you've forgotten yours. Odds are I'd be able to correctly guess it if I knew.

load more comments
view more: next ›
this post was submitted on 14 Jul 2023
1177 points (92.1% liked)

Technology

57226 readers
4700 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS