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