A sample code base that explains the RSA algorithm's implementation using python and javascript using external libraries. This encryption & decryption works between the python and javascript. Like the data encrypted in the python side can be decrypted in the javascript side and vice versa.
This can be implemented in any forms of python and javascript like react, angular, django, flask, etc etc..
- Python3 & Virtualenv
- Node & NPM
- Just run the init script to initialize the project. Run
./init.sh
from your project root. - Run the python3 module by running
python3 backend.py
. - Run the javascript module by running
node frontend.py
.