keypair : Generate a RSA PEM key pair from pure JS. You can installing keypair 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 keypair $ sudo npm install -g keypair
If want to update the keypair package execute the command as below,
$ sudo npm update keypair
Update package globally,
$ npm install -g keypair
$ sudo git clone https://github.com/rektide/keypair.git
$ sudo npm install -g ./keypair
keypair@1.0.1 /usr/lib/node_modules/keypair
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall keypair
Package Name | keypair |
Version | 1.0.1 |
Description | Generate a RSA PEM key pair from pure JS |
Released Date | 2017-01-04T10:54:57.190Z |
Published by | juliangruber |
How to Learn | https://www.npmjs.com/package/keypair/tutorial |