#numbers #secure #terminal #string #generate #right #source

app rgen-cli

Generate cryptographically secure strings, numbers and more right from your terminal

1 unstable release

0.1.0 Jun 14, 2024

#7 in #right

26 downloads per month

MIT/Apache

6KB
108 lines

rgen

Generate cryptographically secure strings, numbers and more right from your terminal.

Installation

Compiling from source

To compile from source please read this guide

Usage

Usage: rgen [OPTIONS] <COMMAND>

Commands:
  string
    -l, --length <LENGTH>  [default: 20]
    -t, --type <type>      [default: ascii] [possible values: ascii, letters, numbers, extended, hex]

  number <MIN> <MAX>

  boolean
    -t, --type <type>  [default: true-false] [possible values: true-false, yes-no, numeric]

  help     Print help or the help of the given subcommand(s)

Options:
  -c, --count <COUNT>  [default: 1]
  -h, --help           Print help
  -V, --version        Print version

Dependencies

~1.6–2.3MB
~42K SLoC