Skip to content

vspaz/rsa-encrypt-decrypt-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptolib

a small library to easily encrypt/decrypt with RSA public/private key pair.

how to:

Generate the key pair:

openssl genrsa -out private.pem 2048 openssl rsa -in private.pem -out public.pem -pubout -outform PEM

Install cryptolib

git clone https://github.com/vspaz/rsa-encrypt-decrypt-python.git cd rsa-encrypt-decrypt-python python3 setup.py install

About

cryptolib, a small library to easily encrypt/decrypt with RSA public/private key pair.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published