Skip to content

V0lcan/File-Encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Encrypter

A simple Python application for encrypting and decrypting files and folders, including images and text files.
Supports both a modern PyQt5 GUI and a classic Tkinter interface.


Features

  • Encrypt/Decrypt any file or folder: Works with images, text, and most file types.
  • Easy-to-use GUI: Choose between PyQt5 or Tkinter interfaces.
  • Secure encryption: Uses Fernet symmetric encryption from the cryptography library.
  • Key management: Automatically generates and stores a key file for encryption/decryption.
  • Batch operations: Encrypt or decrypt entire directories at once.

Getting Started

Prerequisites

  • Python 3.7+
  • Install dependencies:
    pip install cryptography pyqt5 filetype tqdm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages