https://github.com/thedevelop3r/signaturegenerator
https://github.com/thedevelop3r/signaturegenerator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedevelop3r/signaturegenerator
- Owner: Thedevelop3r
- Created: 2023-05-05T07:17:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T12:51:05.000Z (about 3 years ago)
- Last Synced: 2025-02-07T08:48:52.338Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
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
```