marina_generate_password
v1.0.0
Published
Both library functions take a number as an argument to indicate the length of the desired password. The function generateNumberPassword creates a short password consisting of numbers and lowercase letters up to 10 characters. If you pass an argument to a
Downloads
2
Readme
#Some functions for generate your passwords
Both library functions take a number as an argument to indicate the length of the desired password. The function generateNumberPassword creates a short password consisting of numbers and lowercase letters up to 10 characters. If you pass an argument to a function with a value greater then 10, it will automatically decrease. The function generateSymbolsPassword creates a password of any length with numbers, lowercase and uppercase letters, and symbols.