Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

File Encryptor

System Requirements

Operating System: Windows 10 or later (64-bit)

Python Version: Python 3.8+ (if running from source)

Installation

  1. Download the SecureFileApp.exe file
  2. Double-click to run (no installation needed)

Usage

  1. Click "Select File" to choose a file to encrypt
  2. Click "Encrypt File" to encrypt it
  3. Save the displayed encryption key somewhere safe
  4. To decrypt, select the encrypted file and click "Decrypt File"
  5. Paste the key when prompted

Supported File Types

Any file type (images, PDFs, text files, videos, etc.)

Notes

  • The encryption key is required to decrypt files. If lost, the file cannot be recovered.
  • Encrypted files remain in their original location.
  • All encryption activity is logged in encryption_log.txt

To create the .exe file from your Python code, run:

pip install pyinstaller
pyinstaller --onefile --windowed --name "SecureFileApp" file_encyptor.py

This creates a single .exe file in the dist/ folder that users can run without Python installed.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages