[cl-cracklib-announce] Announcing cl-cracklib version 0.9.0
Erik Enge
erik at nittin.net
Tue Dec 2 11:20:00 UTC 2003
cl-cracklib is an interface to cracklib and its FascistCheck function.
Given a password it will tell you whether it thinks the password is good
or not. If not, it will also tell you what it thinks is wrong.
Sample usage
* (require :cl-cracklib)
* (cracklib:fascistcheck "mypassword")
NIL
"it is based on a dictionary word"
* (cracklib:fascistcheck "r.ea2lly#g00d?p455w0rD!")
T
NIL
More information at http://common-lisp.net/project/cl-cracklib
[If anyone could test it on something but Linux that would be
greatly appreciated.]
Erik.
More information about the Cl-cracklib-announce
mailing list