2 个版本
0.1.2 | 2023年10月22日 |
---|---|
0.1.1 | 2023年10月21日 |
#2329 在 命令行工具
7KB
100 行
ukeygen
Ukeygen 是一个命令行工具,用于生成统一的随机密钥。您可以选择符号、数字、大写和小写字母,还可以选择密钥大小,小(8位)、中(16位)和大(20位)。
安装
cargo install ukeygen
用法
$ ukeygen -h
An uniform random key generator
Usage: ukeygen [OPTIONS] <SIZE>
Arguments:
<SIZE> The key size [possible values: small, medium, large]
Options:
-s, --symbol Include symbols on key
-u, --uppercase Include uppercase alphabet characters
-l, --lowercase Include lowercase alphabet characters
-n, --numeric Include numeric characters
-h, --help Print help (see more with '--help')
-V, --version Print version
$ ukeygen -lun medium
$ 47JSJTglQ91B6VZ3
依赖关系
~1.5–2.1MB
~39K SLoC