this post was submitted on 17 Jul 2023
423 points (88.8% liked)

Programmer Humor

33105 readers
1110 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] 35 points 2 years ago (26 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] 0 points 2 years ago (1 children)

Fun fact: Lemmy instances cap at 60. they’re not storing reversibly, they’re just using bcrypt and rather than pre-hashing the pw before bcrypt like most bcrypt users do, they just truncate to 60.

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

60 makes sense, 14 does not

load more comments (24 replies)