password-generator-v1

1.0.0 • Public • Published

Password Generator

Password Generator takes 4 parameters along with length as an input and generates password according to the parameters.

Usage

const {generatePassword} = require("password-generator-v1");
const options = {
    includeLowercase: true,
    includeUppercase: true,
    includeNumbers: true,
    includeSpecialChars: true
};
const password = generatePassword(12, options);
console.log(password);

About

Hi, I am Anubhav Ghosh passionate C++ and MERN Stack developer.

Package Sidebar

Install

npm i password-generator-v1

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.88 kB

Total Files

3

Last publish

Collaborators

  • iamanubhav03