diff options
author | pyllyukko <pyllyukko@maimed.org> | 2014-05-27 23:19:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:44 +0700 |
commit | 471e62a3bab3e924db4abb19a5d9d20da8e54989 (patch) | |
tree | fc271d96760673ba8db4d8290e8d0e04eb46619c /system/passwdqc/README | |
parent | 898a169d5e22b57494639b98c87c9a80b33560db (diff) |
system/passwdqc: Added (password/passphrase strength checking).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwdqc/README')
-rw-r--r-- | system/passwdqc/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/passwdqc/README b/system/passwdqc/README new file mode 100644 index 000000000000..b1f991eaaec9 --- /dev/null +++ b/system/passwdqc/README @@ -0,0 +1,12 @@ +passwdqc - password/passphrase strength checking and enforcement + +passwdqc is a password/passphrase strength checking and policy +enforcement toolset, command-line programs (pwqcheck and pwqgen), +and a library (libpasswdqc). + +pwqcheck and pwqgen are standalone password/passphrase strength +checking and random passphrase generator programs, respectively, +which are usable from scripts. + +libpasswdqc is the underlying library, which may also be used +from third-party programs. |