Skip to content

csivitu/ForkThis_Text_Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForkThis_Text_Encryptor

A simple Python application for encrypting and decrypting messages using symmetric encryption. The project features a graphical user interface (GUI) built with Tkinter and uses the cryptography library for secure encryption.

Features

  • Encrypt and decrypt text messages with a user-provided key
  • Generate secure encryption keys
  • Copy results to clipboard
  • Play sound effects on button clicks
  • Simple and user-friendly GUI

Requirements

Install dependencies with:

pip install cryptography pyperclip pygame Pillow

Usage

Run the GUI.

Enter your message and encryption key.

Click "Encrypt" to encrypt the message, or "Decrypt" to decrypt.

Use "Generate Key" to create a new secure key.

Copy results with the "Copy" button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages