Skip to content

rsatrio/Key-Wrapping-Encryption-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Wrapping with Javascript

A simple example of Key Wrapping using Javascript. We will wrap AES key with RSA Public Key in this example.

Live application of this can be found in here

Features

  • AES Key Wrapping with RSA Public Key

Build

  • Install nodejs
  • Run this to install required NPM and build the application:
npm install
npm run build

Explanation

You can find the detail explanation of KeyWrapping example in this medium blog.

Feedback

For feedback, please raise issues in the issue section of the repository. Periodically, I will update the code. Enjoy!!.