About the Project
This is a python program that will generate keys to encrypt and decrypt files
using Hybrid Encryption
(RSA + AES)
Project Details
- Languages: Python
- Functionality: Generates RSA keys, encrypts and decrypts files with these keys
This program encrypts and decryptes files according to privately generated RSA keys. This was a fun project for learning encryption and how it all works.
GitHub Repository
You can find the files & source code for this project on my GitHub page: