Skip to content

anik123/RSA-encryption-in-Python-and-decryption-in-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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