password-generator-fix-lendth
v1.0.1
Published
-- The project is a password generator, it generates a password with uppercase, lowercase, numbers and symbols. For more information about the project, please visit the link below.
Downloads
1
Readme
Description
-- The project is a password generator, it generates a password with uppercase, lowercase, numbers and symbols. For more information about the project, please visit the link below.
Installation
- npm install password-generator-fix-lendth
Usage
use function getRandomPassword(length, lowercase, uppercase, numbers, symbol)
- length = Number,
- lowercase = Boolean,
- uppercase = Boolean,
- numbers = Boolean,
- symbol = Boolean if (Boolean != 'true') { this directive return False }