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

https://github.com/thedevelop3r/signaturegenerator


https://github.com/thedevelop3r/signaturegenerator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Generate a Random/Valid Signature to sign your jwt request.

## usage

clone the repo and cd into it, then open cmd in the current project root

type:

```sh
npm install
```

then:

- To generate a 16 length Signature type:

```sh
npm run 16
```

- To generate a 32 length Signature type:

```sh
npm run 32
```

- To generate a 64 length Signature type:

```sh
npm run 64
```