The pam_pwcheck is a PAM module for password strength checking. It makes additional checks upon password changes, but it doesn't make the change itself. It only provides functionality for one PAM management group: password changing. This module works in the following manner: if enabled it calls at first the Cracklib routine to check the strength of the password; if crack likes the password, the module does an additional set of strength checks.
| Licenses | BSD Original |
|---|
Recent releases


Changes: This release contains a lot of bugfixes and support for localization.


Changes: In this version, some fixes for the remember option were added. All options previously set in /etc/login.defs are now arguments to the module.


Changes: This version removes some wrong error messages.