Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 634 Bytes

File metadata and controls

20 lines (10 loc) · 634 Bytes

RSA encryption/decryption both in NodeJs and Python

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