mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d3118a215
one's own passwd(8) program to keep users from making guessable passwords by filtering them out at the source. PR: 23392 Submitted by: Andrew J. Korty <ajk@iu.edu>
24 lines
876 B
Plaintext
24 lines
876 B
Plaintext
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>
|