# rgen Generate cryptographically secure strings, numbers and more right from your terminal. ## Installation ### Compiling from source To compile from source [please read this guide](BUILDING.md) ## Usage ```text Usage: rgen [OPTIONS] Commands: string -l, --length [default: 20] -t, --type [default: ascii] [possible values: ascii, letters, numbers, extended, hex] number boolean -t, --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 [default: 1] -h, --help Print help -V, --version Print version ```