Skip to content

Generate a correct-horse-battery-staple password based on a customizable list of words

Notifications You must be signed in to change notification settings

SixArm/correct-horse-battery-staple

Repository files navigation

correct-horse-battery-staple

This is a Unix command line tool that generates passwords using four common words.

To use this command, clone this repo, then run:

Install core utilities, if you don't have them:

brew install coreutils

Clone this repo:

git clone https://github.com/SixArm/correct-horse-battery-staple.git

Change directory:

cd correct-horse-battery-staple

Run:

./correct-horse-battery-staple

Output:

during-billion-travel-result

Repeat as many times as you want and copy to clipboard:

repeat 80 {./correct-horse-battery-staple} | pbcopy  

If you wish to customize the word list, then edit this file:

correct-horse-battery-staple.txt

About

Generate a correct-horse-battery-staple password based on a customizable list of words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages