Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Utils     CLI     Command Line    

gen-passwd alternatives and similar packages

Based on the "CLI" category.
Alternatively, view gen-passwd alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gen-passwd or a related project?

Add another 'CLI' Package

README

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.