|
|
|
|
|
by CoffeeOnWrite
934 days ago
|
|
Have you ever operated an online business? Poor password choice is practically harmful to business. Marginal reduction of entropy by blocking breached passwords, what's the practical harm from that? 1234websitename is objectively better than 1234. I'll go with NIST on this one (yes, and have a minimum length too): > When processing requests to establish and change memorized secrets, verifiers SHALL compare the prospective secrets against a list that contains values known to be commonly-used, expected, or compromised... If the chosen secret is found in the list, the CSP or verifier SHALL advise the subscriber that they need to select a different secret, SHALL provide the reason for rejection, and SHALL require the subscriber to choose a different value. https://pages.nist.gov/800-63-3/sp800-63b.html#memsecret |
|