RSE
Email Encryption using HYBRID Encryption RSA+AES
Repository of code for sending and encrypting email using Python v3.4 .
Due to RSA algorithm's limits, it uses AES to encrypt the message and subject of the email.
It creates a .PEM for every new user login.
And then RSA to Encrypt the AES Key. The basic UI has been created with PyQt5.
PyCrypto and Crypto libraries have been used. Visual Studio was used as the primary IDE.
This code has still some flaws. Any kind of contribution would be greatly appreciated.