View Source erlPass

An OTP library to generate passwords.

build

Build

$ rebar3 compile

test

Test

Simply run eunit with rebar3

$ rebar3 eunit

usage

Usage

Simple to use, just call the generate/2 function with the

desired attributes in list.

example

Example

1> erlPass:generate(10, [upper,number,symbol]).
"4A0LE6\\_W@"
2> 

Deprecated

1> erlPass:generate(10, true, true, false, true).
"mfNAA}$S,^"
2>