Go to file
谢炜 71165cde35 fix maintainer format 2024-04-18 10:16:16 +08:00
debian fix maintainer format 2024-04-18 10:16:16 +08:00
doc 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
m4 Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
po 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
python 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
src 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
ABOUT-NLS Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
AUTHORS Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
COPYING Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
ChangeLog Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
INSTALL Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
Makefile.am Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
Makefile.in Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
NEWS 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
README Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
aclocal.m4 Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
ar-lib Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
compile Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
config.guess 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
config.h.in Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
config.rpath Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
config.sub 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
configure 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
configure.ac 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
depcomp Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
install-sh Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
libpwquality.spec 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
libpwquality.spec.in 开发分支同步1.4.4-0k0 2024-04-18 10:10:14 +08:00
ltmain.sh Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00
missing Import Upstream version 1.4.2 2022-08-22 16:15:05 +08:00

README

This is a libpwquality library for password quality checking
and generation of random passwords that pass the checks.

NOTES:

This library uses the cracklib as a dependency.

See the pwquality.h header file for the API.

There are simple tools that use the libpwquality:

    pwscore - reads the password to be checked from the standard input
              Optional argument is an user name for additional checks.

    pwmake  - generates a random password
              Required argument is number of bits of entropy used to
              generate the password.

The pwquality Python wrapper module can be used to call the libpwquality
functionality from Python.

And finally there is pam_pwquality Linux PAM module that can be used
instead of pam_cracklib to disallow weak new passwords when user's login
password is changed.