View Source erlPass (erlPass v0.1.5)

A password generator.

Link to this section Summary

Link to this section Functions

Link to this function

generate(Len, Up, Low, Num, Sym)

View Source
-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().
Generates a password.