PaulShpilsher / genrsa

RSA keys generator written in Go

Home Page:https://github.com/PaulShpilsher/genrsa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genrsa

RSA private and public keys generator written in Go

📝 Table of Contents

Build

make build

Usage

genrsa [--bits number] [--output filename]   options:     --bits: optional number of bits. default 4096     --output: optional output file name. default "rsa"

Private key will be written to output file name with extension .pem Public key will be written to output file name with extension .pub

Example

Generating a RSA keys with bit size of 4096 to files my-key.pem and my-key.pub

./genrsa --bits 4069 --output my-key

Built Using

  • Go - Server Framework

Authors

Acknowledgements

About

RSA keys generator written in Go

https://github.com/PaulShpilsher/genrsa


Languages

Language:Go 97.8%Language:Makefile 2.2%