zxcvbn-c-1.0.1: Password strength estimation

Safe HaskellNone
LanguageHaskell98

Text.Password.Strength

Synopsis

Documentation

type UserDict = [String] Source #

List of words that would be particularly bad in the password, to suppliment the built-in word lists. The name of the user is a good candidate to include here.

type Entropy = Double Source #

Entropy estimation in bits.