this post was submitted on 18 Jul 2025
144 points (97.4% liked)

Programming

21752 readers
87 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Maestro@fedia.io 9 points 1 week ago (1 children)

Yes. Current best practice is to use pass phrases. They can get long. Also, salt length is added to the password length as well, depending on implementation.

[–] Phen@lemmy.eco.br 3 points 1 week ago (1 children)

Imagine getting a multi byte character at the right position to get it split so that one byte gets in and the other doesn't.

[–] Maestro@fedia.io 5 points 1 week ago (1 children)

It doesn't matter. That will happen for both the stored hash and the entered password, so it still matches.

[–] Phen@lemmy.eco.br 1 points 6 days ago

As long as it runs the same code, yes. But things may change, clients may pre-emptively split the string or stuff like that.