-
-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Description
The entry for NordVPN states
Claims to protect your security. Can't even hash a password.
supposedly because they don't allow passwords longer than 48 characters.
Is the implication here that having a, say, low max length necessarily means that the server is not hashing the password?
If the hash is computationally expensive (e.g. with argon2), then as the password length grows, so does the computation time. There has to be some sane limit to it, just to prevent a DoS because of a malicious user with an absurdly long password.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels