Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clement-joye/rsakey

Encrypt with private RSA key and decrypt with public key
https://github.com/clement-joye/rsakey

Last synced: 25 days ago
JSON representation

Encrypt with private RSA key and decrypt with public key

Awesome Lists containing this project

README

        

# Description
Encrypt with private RSA key and decrypt with public key

# Generate RSA key

Open a terminal :
> openssl genrsa -out pem_private.pem 1024
> openssl rsa -in pem_private.pem -pubout > pem_public.pem

If openssl is not installed on your machine, use the one that comes with Git `C:\Program Files\Git\usr\bin>`