2 releases
0.1.2 | Oct 22, 2023 |
---|---|
0.1.1 | Oct 21, 2023 |
#2798 in Command line utilities
31 downloads per month
7KB
100 lines
ukeygen
Ukeygen is a cli tool who generates uniform random keys. You can choose from symbols, numerics, uppercases and lowercases characters, and also, the key size, small(8), medium(16) and large(20).
Install
cargo install ukeygen
Usage
$ 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
Dependencies
~1.3–2MB
~36K SLoC