Skip to content

gupta-ujjwal/E2E-Encryption-With-JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository contains a round trip implementation of E2E encryption method(JWE+JWS). The combination of JWE + JWS ensures integrity, authenticity, non-repudiation and confidentiality of the data.

Note : The code samples added have hardcoded keys, which are mainly to explain how things work. It is not a recommended practice to hardcode sensitive information in the code, Please take the necessary measurements to store and access keys.

References:

  1. JWE RFC - https://datatracker.ietf.org/doc/html/rfc7516
  2. JWS RFC - https://datatracker.ietf.org/doc/html/rfc7515

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages