passwdqc 2.0.3
Password/passphrase strength checking and policy enforcement toolset
Passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module, pam_passwdqc
, command-line programs (pwqcheck
, pwqfilter
, and pwqgen
), and a library, libpasswdqc
.
- Website: https://www.openwall.com/passwdqc/
- Licenses: BSD 1-Clause · Modified BSD
- Package source: gnu/packages/password-utils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install passwdqc 2.0.3
as follows:
guix install passwdqc@2.0.3
Or install the latest version:
guix install passwdqc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.