|
|
|
|
|
by ibly31
2376 days ago
|
|
Wouldn't this just make password crackers easier? If there's a Regex of what passwords are okay, it lowers the search space. To save (potentially rate limited) requests, the ripper software could compare the regex against a candidate password and skip it altogether. It's like expressing in machine-readable form how many/which characters they can skip. |
|
If knowing the rules for acceptable passwords makes it significantly easier to brute force passwords, that sounds like more of an argument to not have those rules in the first place since it wouldn't take an attacker long to figure them out himself even if they aren't published. Hiding the password policy is a very weak form of security through obscurity.
I guess it would make it easier to programmatically determine which websites have insecure passoword policies (like an alphanumeric passsword no more than 8 characters long), but the problem here is the password policy, not publishing the rules.
Even the NIST recommends that sites stop requiring these arbitrary password rules as they don't actually improve password security: https://www.alvaka.net/new-password-guidelines-us-federal-go...