oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

Add generate password function #20

Closed oehrlis closed 6 years ago

oehrlis commented 6 years ago

Provide a function to create passwords

oehrlis commented 6 years ago

implement function gen_password to generate password string. By default it will generate a random 10 character string with numbers, lower and upper case characters. Length can be specified as Parameter. Minimum is 4 characters