Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 438 Bytes

File metadata and controls

16 lines (12 loc) · 438 Bytes

Encrypt-Decrypt-Python3

Build Status

With Encrypt-Decrypt-Python we can create RSA keys encrypt data with them and decrypt data.

Requirements

We need Python3

sudo apt-get install python3

We need pycryptodome

sudo pip3 install pycryptodome