1.0.2 • Published 7 years ago

rsa-key-generator v1.0.2

Weekly downloads
18
License
-
Repository
github
Last release
7 years ago

RSA Key Generator


This tool generates a RSA PEM key pair ready to be used

Prerequisite: You need to install node js to be able to use this tool, you can do follow the steps of this page, depending on your OS: https://nodejs.org/en/download/

Install & Usage

Once you have installed NodeJS on your system, you can download and install this tool with the following command:

npm install rsa-key-generator

Now, cd node_modules and cd rsa-key-generator then run the command node generate;

The tool will generate two .pem file one for the public and one for the private in the current directory:

Public Key generated at /workspace/personal/rsaKeyGenerator/public.pem
Private Key generated at /workspace/personal/rsaKeyGenerator/private.pem 

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago