this post was submitted on 18 Aug 2024
846 points (99.0% liked)

Cybersecurity - Memes

1951 readers
1 users here now

Only the hottest memes in Cybersecurity

founded 1 year ago
MODERATORS
846
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

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
[–] [email protected] 1 points 2 months ago

I understood what you meant, it doesn't change my answer though

The back-end environment could have at least a few ways to screw things up if, for example, they were passing the password thru a shell script to hash it and had poor sanitization of the input

!, #, and $ can be particular troublemakers at the start of a string, there's probably more I'm not aware of too.