View Source erlPass (erlPass v0.1.5)
Link to this section Summary
Functions
Generates a password.
Link to this section Functions
-spec generate(Len, Up, Low, Num, Sym) -> Pass | {error, Reason}
when
Len :: integer(),
Up :: boolean(),
Low :: boolean(),
Num :: boolean(),
Sym :: boolean(),
Pass :: list(),
Reason :: atom().