1.1.2 • Published 4 years ago

node-gpw v1.1.2

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

node-gpw

This module provides a simple method to create human readable, memorable passwords. It's based upon the JavaScript port of GPW by Tom Van Vleck and can be considered very stable.

Install

$ npm install node-gpw

Usage

The following code will print a 12-character "pronounceable" password:

var gpw = require('node-gpw');
console.log(gpw(12));