create_new_password
v1.0.0
Published
This feature allows you to flexibly customize the password generation process to suit your security requirements and the character types you use.
Downloads
3
Readme
create-new-password
This feature allows you to flexibly customize the password generation process to suit your security requirements and the character types you use.
installation
npm install create-new-password
usage example
const password = generatePassword(12, true, true, true); console.log('Password:', password);
console.log(generatePassword(8, false, true, false));