crack-0.1: A haskell binding to cracklib

StabilityPortability :
Maintainertrevor@geekgateway.com

Text.Crack

Description

Haskell binding to cracklib

Synopsis

Documentation

crackSource

Arguments

:: String

Password

-> String

Dictionary location (i.e. usrsharecracklibpw_dict)

-> Either String () 

Check a password Returns Right () if the password is good, or Left String where the string is a message explaining the problems with the password.