1.0.0 • Published 1 year ago

strongpwdgenerator v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.0.0

1 year ago