Setting the required password strength for Application Security sign in
You can use the password.strength.min.score property (located in <fortify.home>/<app_context>/conf/app.properties) to adjust the required password strength. The following table lists each valid property value and the strength it represents.
| Value | Password strength |
|---|---|
| 0 | Poor |
| 1 | Weak |
| 2 | Medium |
| 3 | Strong |
| 4 | Very strong |
Password strength is calculated based on a dedicated password strength library that uses methods such as estimating the time to crack the password, determining whether the password contains predictable character sequences or a user name, and checking against common password dictionaries.
See Also