Skip to content

d3-f4u1t/Secure_Encrpt

Secure Encryptor

A simple encryption application that combines XOR encryption for message encoding and RSA encryption for key exchange.

Features:

  • 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.

How to Use:

  1. Enter the message you want to encrypt.
  2. Choose a key for XOR encryption or use a randomly generated one.
  3. The encrypted message and key will be displayed.
  4. To decrypt, input the encrypted message and key, and the application will decrypt it.

Working on-->

  1. RSA implementation
  2. SQL database implementation

Home Screen:

Home

Encryption Example:

Encrypt Decrypt

Installation:

  1. Clone the repository:
    git clone https://github.com/yourusername/secure_encryptor.git
    

Run this command to install dependencies:

  1. Run this:
    pip install -r requirements.txt
    

About

A simple yet powerful desktop app for securely encrypting and decrypting messages using XOR encryption with RSA key exchange. Built with Python and a sleek customtkinter GUI

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages