1.2.1 • Published 11 years ago
simplepasswordgen v1.2.1
simplepasswordgen
Creates a secure and easy to remember password to use
Usage
$ npm install simplepasswordgenvar passwordgen = require('simplepasswordgen');
passwordgen.words();
//=> apples-zombie-YOLO-$&@ is your password
passwordgen.words(1);
//=> you-*!&
passwordgen.letters(5);
//=> I5fl& is your passwordCLI
$ npm install --global simplepasswordgen$ simplepasswordgen 3
apples-zombie-YOLO-^%@ is your password
$ simplepasswordgen -w [number]
I5fl& is your password