2.2.0 • Published 2 years ago
chbs-passwords v2.2.0
CHBS Passwords
CHBS passwords generates passwords in the style of Correct Horse Battery Staple as shown by the xkcd comic Password Strength. It works entirely through the CLI making all passwords generated local on your hardware.
Just install and run chbs
Directly inspired by quantum5 and his correcthorsebatterystaple website.
Requirements
- node.js
Options
chbs generate password
--mw, --minwords set the minimum amount of words. [number] [default: 4]
--wl, --wordlist set the word list length (small: 4096, large: 8192) [string] [default: "small"]
--s, --separator separator used between letters. [string] [default: "-"]
--tc, --titlecase every word is title cased. [boolean] [default: true]
--rn, --randomnumber append a random number to the end. [boolean] [default: true]
--h, --help Show help
Install
npm install -g chbs-passwords
Uninstall
npm uninstall -g chbs-passwords