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

tevix/rsa-key-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Tool for generating RSA KEY PAIR

Resources

Stars

Watchers

Forks

Packages

No packages published