PasswordGenerator-0.1.0.0: Simple library for generating passwords

Safe HaskellSafe-Inferred

Crypto.PasswordGenerator

Synopsis

Documentation

data Flag Source

Instances

genPassword :: [Flag] -> Int -> IO StringSource

Generate a password of required length with provided flags.