#password-generator #cli #memorable #memorizable

app mpgen

使用此CLI轻松创建易于记忆的密码

3 个版本

0.1.2 2023年7月28日
0.1.1 2023年7月28日
0.1.0 2023年7月28日

#912 in 身份验证

MIT 许可证

6KB
56

可记忆密码生成器

使用此CLI轻松创建可记忆的密码

安装

从源码编译和安装

  1. 获取 cargo
  2. 运行 cargo install mpgen
  3. 运行 mpgen

Windows(预编译版)

最新版本 下载可执行文件,并将其放置在您的路径或工作目录中

用法

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

依赖项

~1.4–2.1MB
~39K SLoC