View Source erlPass (erlPass v0.1.4)
Link to this section Summary
Functions
Generates a password.
Link to this section Functions
-spec generate(Length, Upper, Lower, Number, Symbol) -> Pass
when
Length :: integer(),
Upper :: boolean(),
Lower :: boolean(),
Number :: boolean(),
Symbol :: boolean(),
Pass :: list().