1.0.0 • Published 3 years ago

@ervinpm/passjs-gen v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Password Generator

This is a simple password generator using javascript and npm. It takes 3 parameters:

  1. Length of the password
  2. Indicator if numbers are included
  3. Indicator if symbols are included

Installation

$ npm install passjs-gen

Usage

var passjs = require('passjs-gen');
console.log(passjs.generatePassword(10,true,false));
1.0.0

3 years ago