libraries/libpwquality: Update README.

This commit is contained in:
B. Watson 2016-11-11 17:06:52 -05:00 committed by Willy Sudiarto Raharjo
parent ec5e44dce7
commit c99da13f82
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,9 +1,11 @@
libpwquality (library for password quality checking and generation)
The libpwquality library purpose is to provide common functions for password quality checking
and also scoring them based on their apparent randomness.
The library also provides a function for generating random passwords with good pronounceability.
The library supports reading and parsing of a configuration file.
The libpwquality library purpose is to provide common functions for
password quality checking and also scoring them based on their apparent
randomness. The library also provides a function for generating random
passwords with good pronounceability. The library supports reading and
parsing of a configuration file.
In the package there are also very simple utilities that use the library function and PAM module
that can be used instead of pam_cracklib. The module supports all the options of pam_cracklib.
In the package there are also very simple utilities that use the library
function and PAM module that can be used instead of pam_cracklib. The
module supports all the options of pam_cracklib.