this post was submitted on 17 Jul 2023
422 points (88.6% liked)

Programmer Humor

38314 readers
42 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Sonotsugipaa 36 points 2 years ago (28 children)

Infuriating fact: if a service has maximum password length limits (lower than 1000 characters), they're reversibly storing your password and if they're that lazy it's probably plain text

[–] [email protected] 2 points 2 years ago (8 children)

Nope. No point in storing > 256 or even 128 chars for a password anyway. Useless storage wasted. Also it doesn’t really mean they store the password badly in the server.

[–] Sonotsugipaa 4 points 2 years ago (1 children)

Ok but are 15 characters too much?

I've seen 14-char limits, which are NOT reasonable

[–] [email protected] 2 points 2 years ago (1 children)

there is at least one bank that I know of with a 12 character limit

[–] [email protected] 3 points 2 years ago (1 children)

There's a major bank in Australia that limited passwords to six characters. Exactly six. No more, no less. The passwords were also case-insensitive.

[–] [email protected] 2 points 2 years ago

Yikes, how do banks, of all things, have such low password limits...

load more comments (6 replies)
load more comments (25 replies)