From f75af3af66dff97c60dc5f6b9c3c7732070cfb92 Mon Sep 17 00:00:00 2001 From: Christopher Walker Date: Wed, 12 May 2010 23:30:04 +0200 Subject: libraries/cracklib: Added to 12.2 repository --- libraries/cracklib/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/cracklib/README (limited to 'libraries/cracklib/README') diff --git a/libraries/cracklib/README b/libraries/cracklib/README new file mode 100644 index 000000000000..f9c32adf2368 --- /dev/null +++ b/libraries/cracklib/README @@ -0,0 +1,13 @@ +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 guessed by "Crack" by filtering them out at the source. + +An example of its use can be located in the SAMBA examples directory. +The crackcheck program included with SAMBA will use the library to ensure +that the user doesn't pick a weak password. + +A larger dictionary can be found here +http://downloads.sourceforge.net/cracklib/cracklib-words-20080507.gz -- cgit v1.2.3