Popularity
1.4
Growing
Activity
0.0
Stable
0
2
0
Monthly Downloads: 3
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.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
otp-authenticator
OTP Authenticator (ala Google Authenticator) cli app -
platinum-parsing
All-around tools for compilation development -
optparse-applicative-simple
Simple command line interface arguments parser
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
Do you think we are missing an alternative of gen-passwd or a related project?
Popular Comparisons
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.