An open API service indexing awesome lists of open source software.

https://github.com/xtaran/chbs

correct horse battery staple, a random passphrase generator.
https://github.com/xtaran/chbs

Last synced: 9 months ago
JSON representation

correct horse battery staple, a random passphrase generator.

Awesome Lists containing this project

README

          

chbs
====

correct horse battery staple, a random passphrase generator.

Usage
-----

chbs [--help|--man] [--num #] [--min #] [--max #] [--dict|--file {path}] [--separator {characters}]

Options
-------

### Parameters for words

--num [#] Number of words in the passphrase. (Default: 4)
--min [#] Minimum number of characters per word. (Default: 1)
--max [#] Maximum number of characters per word. (Default: 16)

### Parameter for separator

--separator [c] List of characters to use as separator.

### Word list source

(Default: an internal list of about 4000 common English words.)
--dict The system spelling dictionary word list.
--file [path] Any arbitrary text file, mined for words.

### Help

--help Show the usage details, then exit.
--man Show the usage details and a description, then exit.

### Description

chbs generates passphrases comprised of randomly chosen words. A
passphrase of four to six words is reasonably strong, and much easier
to remember and to type than a sequence of random characters.

Inspired by Randall Munroe's xkcd comic, http://xkcd.com/936/

### Author

Brian G. Vaughan

### Copying

Copyright (C) 2013 Brian G. Vaughan

This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions. See
the GNU General Public License for more details.