rsatrio / Key-Wrapping-Encryption-Javascript

Key Wrapping Cryptography Example Using Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!.

About

Key Wrapping Cryptography Example Using Javascript

License:MIT License


Languages

Language:JavaScript 63.5%Language:HTML 23.2%Language:CSS 13.3%