Awesome-Python-Scripts/asymmetric_cryptography/README.md

8 lines
205 B
Markdown
Raw Normal View History

2018-10-04 16:27:43 +00:00
## Asymmetric Encryption in python
An example of asymmetric encryption in python using a public/private keypair - utilizes RSA from PyCrypto library
```bash
pip install pycrypto
python asymmetric.py
```