Awesome-Python-Scripts/asymmetric_cryptography
2018-10-04 13:27:43 -03:00
..
asymmetric.py Add asymmetric encryption in python 2018-10-04 13:27:43 -03:00
README.md Add asymmetric encryption in python 2018-10-04 13:27:43 -03:00

Asymmetric Encryption in python

An example of asymmetric encryption in python using a public/private keypair - utilizes RSA from PyCrypto library

pip install pycrypto
python asymmetric.py