This is a simple file encryption/decryption application comes with GUI aimed for school project. It uses OAEP RSA encprytion scheme with 2048-bit key size.
The application was written in Python using third party packages for fast implementation. Used packages are:
- Cryptography (Encryption/Decryption)
- tkinter (GUI)