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

Encryption has done in python and decryption has done in nodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Encryption has done in python and decryption has done in nodeJS.


Languages

Language:Python 52.4%Language:JavaScript 47.6%