mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
8 lines
205 B
Markdown
8 lines
205 B
Markdown
## 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
|
|
``` |