strongpwdgenerator

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i strongpwdgenerator

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.08 kB

Total Files

3

Last publish

Collaborators

  • yserdych