passwdqc icon indicating copy to clipboard operation
passwdqc copied to clipboard

Password/passphrase strength checking and policy enforcement

Results 12 passwdqc issues
Sort by recently updated
recently updated
newest added

With the changes in #32, this almost builds on AIX. We should be able to fix it to fully build and work if there's demand. ``` solar@gcc111:[/home/solar/passwdqc]make case "`uname -s`"...

enhancement

Our current `README` dates back to when this was only a PAM module. Now we also have a library and tools. We should replace the contents of `README` to describe...

documentation

In `PLATFORMS`, we happen to have more specific instructions for some non-Linux systems than we do for Linux. We should similarly add instructions or/and example(s) for common Linux distributions. Our...

documentation

using relative paths causes issues with symlink we can install and make a symlink in the same directory "/usr/lib"

... and while most of them are funny and most people understand that this is based on chance and not personal etc., some distributions might disable "random" by default before...

enhancement

It's currently not obvious when something will or won't count as a passphrase - it would be nice to know the exact rules that are used to decide whether a...

documentation

This PR include test script for testing pwqgen . This PR depends on PR #41

This PR include test script for testing pwqfilter mode options. This PR is dependent on #41

Currently, there are no tests implemented for the package, so this serves as an initial attempt to implement basic testing coverage. This PR introduces an initial set of tests for...

Perhaps we need the equivalent of https://github.com/openwall/tcb/pull/23 also here. This may be trickier here because our `Makefile` here is smart to recognize the different systems and pass custom linker flags....

enhancement