3 releases
0.1.2 | Jul 28, 2023 |
---|---|
0.1.1 | Jul 28, 2023 |
0.1.0 | Jul 28, 2023 |
#654 in Authentication
6KB
56 lines
Memorizable Password Generator
Create memorizable passwords easily using this CLI
Installation
Compiling and installing from source
- Get cargo
- Run
cargo install mpgen
- Run
mpgen
Windows (pre-compiled)
Download the executable from the latest release and put it somewhere in your path or in your working directory
Usage
Create memorable passwords easily using this CLI
Usage: mpgen [OPTIONS]
Options:
-s, --start <START> The type of letter at the beginning of the password [default: consonant] [possible values: vowel, consonant]
-l, --letters <LETTERS> Amount of letters [default: 7]
-n, --numbers <NUMBERS> How many pairs of numbers to add at the end [default: 1]
-S, --symbols <SYMBOLS> How many symbols to add at the end [default: 0]
-h, --help Print help
-V, --version Print version
Dependencies
~3MB
~57K SLoC