This project is meant to be a usage example of asymmetric encryption using public key encription.
It was created as a demo for this article: Asymmetric encryption: a JavaScript and PHP example
The back-end project can be found here: https://github.com/nrgribeiro/async-encrypt-laravel
- clone repo
- run
npm install
- run
npm start
This project was tested on Node 14 & 16