Popularity
1.0
Stable
Activity
0.0
Stable
0
2
0
Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
cli
DISCONTINUED. Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of gen-passwd or a related project?
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
You can find a longer explanation of this technique in this EFF article, along with the word list used by this program.