Skip to content

turbo-src/jwt_hash_decrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone this project and run npm install. Should work on node version v10.0 but if in doubt use v12.22.0.

encrypt

node jwt_hash_decrypt.js --secret=<secret> --string=<string_to_hash>

decrypt

node jwt_hash_decrypt.js --secret=<secret> --token=<token_to_decrypt>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • Dockerfile 30.7%