|
|
|
|
|
by ziddoap
896 days ago
|
|
>at least in writing, since I can't imagine how it could be actually enforced You can check passwords against known-compromised lists and then tell the user "sorry, please use a different password". This is something that is a recommended best practice, and has been for at least a few years. >Or at the least enforce an aggressive password change schedule This has been explicitly not recommended since at least 2016 by NIST. Research has shown this leads to password fatigue, which results in weaker passwords that are just iterated on (password1 -> password2 -> password3). |
|