this post was submitted on 17 Jul 2023
393 points (88.0% liked)

Programmer Humor

32595 readers
1878 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 33 points 1 year ago (24 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

[โ€“] Anemia 1 points 1 year ago

Couldn't it just be that they're using something like bcrypt which won't take any chars above its limit into account (knowing that there's a limit will pretty much never matter to a user but why obscure the fact)? What does it even mean to store it reversibly, just because they have a char limit doesn't mean they are encrypting the password, could just be some frontend shenannigans as well.

load more comments (23 replies)