A package to generate strong passwords.
You can install the strongpwdgenerator
package via npm:
npm install strongpwdgenerator
const generateStrongPassword = require('strongpwdgenerator');
const password = generateStrongPassword();
console.log("Generated Strong Password:", password);
This project is licensed under the MIT License - see the LICENSE file for details.