From 471e62a3bab3e924db4abb19a5d9d20da8e54989 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Tue, 27 May 2014 23:19:09 +0700 Subject: system/passwdqc: Added (password/passphrase strength checking). Signed-off-by: Willy Sudiarto Raharjo --- system/passwdqc/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 system/passwdqc/README (limited to 'system/passwdqc/README') diff --git a/system/passwdqc/README b/system/passwdqc/README new file mode 100644 index 0000000000..b1f991eaae --- /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. -- cgit v1.2.3