1280
Passwords (lemmy.world)

We've all been there.

(page 2) 50 comments
sorted by: hot top controversial new old
[-] 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.

[-] LazaroFilm@lemmy.world 8 points 1 year ago
[-] Uniquitous@lemmy.one 8 points 1 year ago

As a sysadmin, can I just say: BAD PASSWORD: more than 3 consecutive characters of the same class

[-] unixfreak@feddit.uk 7 points 1 year ago* (last edited 1 year ago)

If a password input form asks any of these questions, consider the website or service compromised right from the beginning. The reason for this, is that it means they are not storing salted/hashed passwords and your password will be stored as plain text on their servers. There's no reason for any limitations on a password. In the event of a breach, your password will be visible in any database dumped by a hack. Always makes me wince when a password form complains about password length, as it really should not matter. When you hash a password, it will be stored in the database at a specific string length;

Eg; using sha-1 hashing:

pass123 = 5f1e04b7fc8d7067346b77bdbb6a4d4f9f4abace28f15c2b265c710b120393b2
password321 = 8852ab05d5b32f9efd3dcbf69edcfd65464e64c8e5e8310239871e02380e81b3
[-] PeeJay@lemmy.world 8 points 1 year ago* (last edited 1 year ago)

That’s just not true, all of these things can be achieved without saving the password as plain text

load more comments (2 replies)
load more comments (4 replies)
[-] luthis@lemmy.nz 5 points 1 year ago

This is why one of my passwords is something like forFUCKSAKE123$#!

[-] finkrat@lemmy.world 5 points 1 year ago

Fifty fucking cabbages, the 2023 version

load more comments (3 replies)
[-] ZILtoid1991@kbin.social 5 points 1 year ago

Is there any actual services that check if the password is already in use?

I've heard that some really obscure website even told you who used that exact password, because the CEO of the company owning said website complained for not having it, then the IT company who made the website had to add it. (If you ask: it was some Hungarian-owned website, and not space Karen's 1000IQ idea)

load more comments (1 replies)

The number of times I've gone through that only to have it fail without explanation when I exceed the length limit - forcing me to guess if that must be the issue - is FAR higher than it should be.

And fuck any system that doesn't provide the criteria up front.

[-] SkadusX@lemmy.world 7 points 1 year ago

Also fun is when the field to initially set the password is also character limited and you choose a password that’s longer than the field but don’t notice until you’ve set it and get repeated login failures afterward

[-] TheNH813@lemmy.world 6 points 1 year ago

Yeah that nearly makes me want to smash something when it happens. Anyone that silently truncates passwords should NOT do it, or at least truncate the creation AND login forms. Just say the limit and give a error, or handle extra input the way you're supposed to in the enceyption algorithm and hash it to to the correct length. A length limit of say, the amount of bits the encryption key has, like 32/64/128 chracters for 256/512/1024 bit, is reasonable, any other limit is stupid.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 14 Jul 2023
1280 points (100.0% liked)

Technology

59276 readers
3657 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