pochii-cloud / Custom_Tkinter_Encrypt_Decrypt_Messages

Python Script To Encrypt and Decrypt Messages Using Fernet Encryption Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message Encryption Script

This is a simple python script that allows you to encrypt and decrypt messages using the Fernet encryption algorithm from the cryptography library. The application provides a user-friendly interface to input a message, encrypt it, and decrypt the encrypted message.

Features

  • Input any text message and encrypt it.
  • Display the encrypted message.
  • Decrypt the encrypted message and display the original message.
  • Uses the Fernet encryption algorithm for secure encryption and decryption.

Requirements

  • Python 3.x
  • cryptography library (can be installed via pip install cryptography)

Usage

  1. Clone the repository:
git clone https://github.com/your-username/message-encryption-app.git

2.Install Cryptography

pip install cryptography

3.Install tkinter and Customtkinter

pip install tkinter customtkinter==0.3

4.Run Script

python main.py

About

Python Script To Encrypt and Decrypt Messages Using Fernet Encryption Algorithm


Languages

Language:Python 100.0%