1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Frank J. Laszlo
c29df0f29f Correct pkg-plist, and add dependency for cracklib.
PR:		ports/105299
Submitted by:	Bill Moran <wmoran@collaborativefusion.com> (maintainer)
Approved by:	flz (mentor)
2006-11-14 12:36:52 +00:00
Renato Botelho
d9bcb23339 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-)

WWW: http://pecl.php.net/package/crack

PR:		ports/94244
Submitted by:	Bill Moran <wmoran at collaborativefusion.com>
2006-07-11 15:41:19 +00:00