rndpass
v3.0.0
Published
Use the GenPassword function call to generate a password
Downloads
14
Readme
= Use the GenPassword function call to generate a password. =
You can set the generation conditions.
length - the password length
useLowerCase (true / false) - use lowercase letters
useUpperCase (true / false) - use uppercase letters
useDigits (true / false) - use digits
useSpecialCharacters (true / false) - use special characters.
Use the options structure to set the generation parameters.
Use the ViewDescription function to display the description.