Search Criteria
Package Details: passwdqc-utils 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/passwdqc-utils.git (read-only, click to copy) |
|---|---|
| Package Base: | passwdqc-utils |
| Description: | pwqcheck (password strength checker) and pwqgen (random passphrase generator) from passwdqc |
| Upstream URL: | http://www.openwall.com/passwdqc/ |
| Licenses: | BSD, custom:BSD Revised |
| Submitter: | ahphaw5S |
| Maintainer: | Kamack38 |
| Last Packager: | Kamack38 |
| Votes: | 7 |
| Popularity: | 1.29 |
| First Submitted: | 2015-11-09 13:33 (UTC) |
| Last Updated: | 2026-03-09 15:01 (UTC) |
Dependencies (1)
- pam_passwdqc (optional) – Enforce password strength rules
Latest Comments
zebra2711 commented on 2025-08-31 21:08 (UTC)
install_lib install_utilswill fail withmake -j1 utilsbecause it doesn't createpasswdqc.pc.Changing to
make -j1or apply this patch fixes that