Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages