Skip to content

emdeesee/makephrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makephrase

A passphrase generator

Installation

First, install Leiningen if you don't have it already.

$ git clone https://github.com/emdeesee/makephrase.git
$ cd makephrase
$ lein bin
$ cp target/makephrase ~/bin

Usage

$ makephrase [options]

Options

-n, --how-many <number to generate>  default: 1
-l, --length <number of words>       default: 4
-w, --words path/to/words/file       default: /usr/share/dict/words
-h, --help

Examples

$ makephrase
Choosier pr4m rams predator
$ makephrase -l 2
bru5hing smiLing
$ makephrase -l 2 -n 2
eyeS!ght viceroy
c4gey Pouts

Todo

  • A flag to enable or disable leetification and add-cap
  • Specify number of bits of entropy, as alternative to number of words
  • Flag to generate phrases in ALL CAPS

License

Copyright © 2015 Michael Cornelius

Distributed under the Eclipse Public License either version 1.0.

About

A passphrase generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published