GitXplorerGitXplorer
l

node-gpw

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fbf7ea851226bd533010facbf76a8dfdb32b800c

Fix npm publish warnings

llhecker committed 5 years ago
Unverified
ce9761f474001c067f7e38a3f4d99a4d547260f3

Migrate to TypeScript

llhecker committed 5 years ago
Unverified
c216291e90602dcd5db128eef451be40f6d62664

Initial commit.

llhecker committed 10 years ago

README

The README file for this repository.

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));