jsgenpass

1.0.0 • Public • Published

jsgenpass

This package helps you in generating a password of random characters of requested size.

Installation

Run npm i jsgenpass

Use:

const genPass = require('jsgenpass');

console.log(genPass(10));

Parameters

The Random Password generator will generate a password of random characters.

we could choose the length of the password by passing the parameter inside the function.

By default it would generate a password of length 8 characters.

Readme

Keywords

none

Package Sidebar

Install

npm i jsgenpass

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.08 kB

Total Files

3

Last publish

Collaborators

  • swarup6797