This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
4e0a74d642
freebsd-ports
/
security
/
pecl-crack
/
pkg-plist
4 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
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 17:41:19 +02:00
include/php/ext/crack/config.h
include/php/ext/crack/php_crack.h
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 13:36:52 +01:00
@dirrm include/php/ext/crack
Reference in a new issue
Copy permalink