diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 12:55:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 12:55:33 +0000 |
commit | 9d3118a2155178ae357571d5ba9b6845765a3781 (patch) | |
tree | cd32a7dd6cae3e27180f31668470c852b914f1de /security/cracklib/pkg-descr | |
parent | d134e723440ecb6a8590418df256eb17f9e10f31 (diff) | |
download | ports-9d3118a2155178ae357571d5ba9b6845765a3781.tar.gz ports-9d3118a2155178ae357571d5ba9b6845765a3781.zip |
Notes
Diffstat (limited to 'security/cracklib/pkg-descr')
-rw-r--r-- | security/cracklib/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/cracklib/pkg-descr b/security/cracklib/pkg-descr new file mode 100644 index 000000000000..304ae31cfd66 --- /dev/null +++ b/security/cracklib/pkg-descr @@ -0,0 +1,23 @@ +CrackLib is a library containing a C function (well, lots of functions +really, but you only need to use one of them) which may be used in a +"passwd"-like program. + +The idea is simple: try to prevent users from choosing passwords that +could be guessed by "Crack" by filtering them out, at source. + +CrackLib is an offshoot of the the version 5 "Crack" software, and +contains a considerable number of ideas nicked from the new software. + + +NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program. +CrackLib is a LIBRARY. CrackLib is what trendy marketdroid types would +probably call an "enabler". + +The idea is that you wire it into your _own_ "passwd" program (if you +have source); alternatively, you wire it into something like "shadow" +from off of the net. You can use it in other things, too. + + +WWW: http://www.users.dircon.co.uk/~crypto/ + +Andrew J. Korty <ajk@iu.edu> |