2.0.4 • Published 8 years ago

pass-generator v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Build Status Coverage Status

NPM

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

2.0.4

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago