Module: CrackLib
- Extended by:
- FFI::Library
- Defined in:
- lib/cracklib.rb
Defined Under Namespace
Classes: Fascist
Constant Summary collapse
- VERSION =
'1.0.0'
Class Method Summary collapse
-
.Fascist(pw, dict_path = default_dict) ⇒ Object
Checks the password
pwusing the cracklib dictionary atdict_path, and returns a CrackLib::Fascist object with the result.