This test was done for heterogeneous devices. We have tested encryption same RSA on python and nodejs.
Encryption has done in python and decryption has done in nodeJS.
In order to run this code, following things need to be installed.
For python, we have used pycrypto.
In order install pycrypto, please follow the follwing command.
pip install pycrypto
For nodejs, we have used node-rsa.
In order install node-rsa, please follow the follwing command.
npm install node-rsa