Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 835 Bytes

File metadata and controls

41 lines (25 loc) · 835 Bytes

RSA Key Generator


This tool generates a RSA PEM key pair

Prerequisites:

Install

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

git clone https://github.com/tevix/rsa-key-gen.git

cd rsa-key-gen

npm install

Usage

To generate a key pair run the following command:

node generate

The tool will generate two .pem files, one public key and one private key in the current directory:

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