node-rsa : Node.js RSA library. You can installing node-rsa npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-rsa $ sudo npm install -g node-rsa
If want to update the node-rsa package execute the command as below,
$ sudo npm update node-rsa
Update package globally,
$ npm install -g node-rsa
$ sudo git clone https://github.com/rektide/node-rsa.git
$ sudo npm install -g ./node-rsa
node-rsa@0.4.2 /usr/lib/node_modules/node-rsa
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-rsa
Package Name | node-rsa |
Version | 0.4.2 |
Description | Node.js RSA library |
Released Date | 2016-09-19T12:02:38.146Z |
Published by | rzcoder |
How to Learn | https://www.npmjs.com/package/node-rsa/tutorial |