Comment on My password is not accepted because it is too long

skullgiver@popplesburger.hilciferous.nl ⁨1⁩ ⁨day⁩ ago

Sounds like they’re using bcrypt. Feeding more than 24 utf8 characters into bcrypt won’t do anything useful. You can permit longer passwords (many sites do) but they’d be providing a false sense of security.

Bcrypt is still secure enough and 24 characters are fine as long as they’re randomly generated by your password manager.

source
Sort:hotnewtop