chbs-passwords

2.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i chbs-passwords

Weekly Downloads

1

Version

2.2.0

License

ISC

Unpacked Size

86.4 kB

Total Files

7

Last publish

Collaborators

  • samanshaiza