Skip to content

anfelor/gen-passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple password generator

gen-passwd - a password generator

Usage: gen-passwd [--short] [--special] [--count INT] [--delimiter ARG]
                  [--acrostic ARG]
  Print a wordlist-based password

Available options:
  --short                  Use the EFF list of short words
  --special                Use the EFF list of special words
  --count INT              The number of passwords (default: 1)
  --delimiter ARG          The delimiter to use (default: " ")
  --acrostic ARG           The first letters of the words form this
                           word. (default: "")
  -h,--help                Show this help text

XKCD 936

You can find a longer explanation of this technique in this EFF article, along with the word list used by this program.

About

Generate a wordlist-based password easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published