A simple tool to generate cryptographically secure random bytes using a cryptographic pseudo-random number generator.
Internally, rand-bytes
uses ring
's random number generator.
Install this with cargo:
sh
cargo install rand-bytes
Or download one of the releases.
If your architecture/OS is not supported, you can simply build it yourself.
```text Generate some random bytes
USAGE:
rand-bytes [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-o, --output
ARGS:
```