An open API service indexing awesome lists of open source software.

https://github.com/roziscoding/random-bytes-cli


https://github.com/roziscoding/random-bytes-cli

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

random-bytes-cli
---

Node.js module to generate random bytes using `crypto`'s module `randomBytes` function.

## Installation

```sh
$ npm install random-bytes-cli
```

## Usage

```sh
$ randombytes
```

- `size`: number of bytes to generate
- `format`: output format, one of `hex` or `base64`