rsa-key-generator

1.0.2 • Public • Published

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

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

npm install rsa-key-generator

Usage

Open a console or terminal and write the following 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 

Readme

Keywords

none

Package Sidebar

Install

npm i rsa-key-generator

Weekly Downloads

5

Version

1.0.2

License

none

Last publish

Collaborators

  • tevixmd