npm_password_gen

2.0.3 • Public • Published

What is this?

A Random Password Generator

Installation

Run npm i npm_password_gen

Use

const rpg = require('npm_password_gen');

const password = rpg.randomPasswordGenerator(12);

console.log(password);

Parameters

The Random Password Generator accepts one parameter as length of the password By default length is set to 10

Package Sidebar

Install

npm i npm_password_gen

Weekly Downloads

0

Version

2.0.3

License

ISC

Unpacked Size

1.22 kB

Total Files

3

Last publish

Collaborators

  • vaibhavchaudhari