i. Generation of 128-bit secret key for AES Block cipher randomly.
ii. Generation of public and private key pair for RSA Algorithm (Here we assume that this keys are owned by your friend).
iii. Encrypting a file that you choose using secret key chosen in i).
iv. Sharing this secret key using your friend’s public key.
v. Recovering the secret key using your friend’s private key.
vi. Decrypting the encrypted file to get a file shared.
Use the package manager pip3 to install foobar.
pip3 install pyopenssl
pip3 install pycrypto
python3 cryptography.py
Çağatay Özata - cagatayozata
This project is licensed under the MIT License - see the LICENSE file for details