A simple encryption application that combines XOR encryption for message encoding and RSA encryption for key exchange.
- Symmetric XOR encryption for the message.
- RSA key exchange to securely share the XOR key between users.(working on THIS)
- Graphical User Interface (GUI) built with Tkinter.
- Enter the message you want to encrypt.
- Choose a key for XOR encryption or use a randomly generated one.
- The encrypted message and key will be displayed.
- To decrypt, input the encrypted message and key, and the application will decrypt it.
- RSA implementation
- SQL database implementation
- Clone the repository:
git clone https://github.com/yourusername/secure_encryptor.git
- Run this:
pip install -r requirements.txt


