Skip to content
/ rgen Public

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

Notifications You must be signed in to change notification settings

sinjs/rgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgen

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

Installation

cargo install rgen-cli

To compile from source instead 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages