Skip to content

Edmund-Loh/decrypt_jwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decrypt_jwe

Experimenting with JWE decryption

Usage

  1. Rename .env_template to .env
  2. Provide the env variables for the private key (JWK format) and encrypted ID token (JWE format)
  3. Install the required node packages:
npm install
  1. Run the application:
node index.js

About

Experimenting with JWE decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published