pass-generator
v2.0.4
Published
generate password with various options
Downloads
2
Readme
Password Generator
This is a small utilty to generate password with different lengths and quantity
Installation
npm install
Usage
var passGen = require('pass-generator');
arguments - (quantity, length)
- if the length is less than 5 then defaulted to length 6 and if length is greater than 11 then its defaulted to 10
Tests
npm test