this post was submitted on 18 Aug 2024
830 points (98.8% liked)

Cybersecurity - Memes

1891 readers
1 users here now

Only the hottest memes in Cybersecurity

founded 1 year ago
MODERATORS
830
submitted 3 weeks ago* (last edited 3 weeks ago) by cron to c/cybersecuritymemes@lemmy.world
 

Last week, I tried to register for a service and was really surprised by a password limit of 16 characters. Why on earth yould you impose such strict limits? Never heard of correct horse battery staple?

you are viewing a single comment's thread
view the rest of the comments
[–] tiredofsametab@fedia.io 1 points 3 weeks ago (6 children)

It's all fun and games until someone realizes they can just create lots of accounts with large passwords and fill your space.

[–] JadedBlueEyes@programming.dev 23 points 3 weeks ago (5 children)

Not a problem because passwords are hashed, which means they take up a fixed size, and you should have form upload size limits anyway.

[–] tiredofsametab@fedia.io 6 points 3 weeks ago (4 children)

hashed, which means they take up a fixed size

One would hope so anyway,

you should have form upload size limits

The above conflicts directly with OP's Accept any utf8 string

[–] x0x7@lemmy.world 3 points 3 weeks ago* (last edited 3 weeks ago)

Ok. Take up to 65,536 bytes of utf8 string. Or better yet. Accept any password length. I mean any. But instead of transmitting it you bcyrpt on their machine and then use the resulting key to hmac sign a recent timestamp that can't be reused.

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)