Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
crack
Installed
- no -
Latest
0.4
License
PHP
Summary
"Good Password" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks
Description
This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.
From the cracklib README
CrackLib makes literally hundreds of tests to determine whether you've
chosen a bad password.
* It tries to generate words from your username and gecos entry to tries
to match them against what you've chosen.
* It checks for simplistic patterns.
* It then tries to reverse-engineer your password into a dictionary
word, and searches for it in your dictionary.
- after all that, it's PROBABLY a safe(-ish) password. 8-)
Dependencies
PHP Version: 4.1.0 or newer PEAR Package: pear.php.net/PEAR 1.4.0b1 or newer