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
- AES Key Wrapping with RSA Public Key
- Install nodejs
- Run this to install required NPM and build the application:
npm install
npm run buildYou can find the detail explanation of KeyWrapping example in this medium blog.
For feedback, please raise issues in the issue section of the repository. Periodically, I will update the code. Enjoy!!.