summaryrefslogtreecommitdiff
path: root/security/libcrack/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/libcrack/DESCR')
-rw-r--r--security/libcrack/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/libcrack/DESCR b/security/libcrack/DESCR
new file mode 100644
index 00000000000..056ef6de127
--- /dev/null
+++ b/security/libcrack/DESCR
@@ -0,0 +1,17 @@
+ 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.