Codebase list libcrypt-cracklib-perl / 93157d6b-6e0b-477f-97be-d5bb4d0654cf/upstream README
93157d6b-6e0b-477f-97be-d5bb4d0654cf/upstream

Tree @93157d6b-6e0b-477f-97be-d5bb4d0654cf/upstream (Download .tar.gz)

README @93157d6b-6e0b-477f-97be-d5bb4d0654cf/upstreamraw · history · blame

This is a simple interface to the cracklib library.

You need cracklib itself, version 2.7 tested:

ftp://ftp.cert.org/pub/tools/cracklib/

and installed on your machine.

---

In order to install and use this package you will need Perl version
5.004_04 or better. Installation as usual:

   perl Makefile.PL
   make
   make test
   make install