Safe Haskell | None |
---|
Crypto.Password
Documentation
lowercaseChars :: [Char]Source
uppercaseChars :: [Char]Source
digitChars :: [Char]Source
symbolChars :: [Char]Source
isCharType :: CharType -> Char -> BoolSource
randomElement :: [a] -> IO aSource
data PasswordFeature Source
Instances
data PasswordGenState Source
validatePassword :: [PasswordFeature] -> String -> Either PasswordFeature ()Source