Crates.io | mpgen |
lib.rs | mpgen |
version | 0.1.2 |
source | src |
created_at | 2023-07-28 20:02:48.017344 |
updated_at | 2023-07-28 20:09:27.725079 |
description | Create memorable passwords easily using this CLI |
homepage | |
repository | https://github.com/Antosser/memorable-password-generator |
max_upload_size | |
id | 928828 |
size | 15,045 |
Create memorizable passwords easily using this CLI
cargo install mpgen
mpgen
Download the executable from the latest release and put it somewhere in your path or in your working directory
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