Skip to content

charmipatel12/Secure-File-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Secure-File-Encryption

Description

This is a Python project that encrypts and decrypts files using a password. It has a simple graphical user interface (GUI) built with Tkinter and uses the Fernet encryption algorithm from the cryptography library.

Features

  • Encrypt files with a password
  • Decrypt encrypted files
  • Easy-to-use Tkinter GUI
  • Password-based security

Technologies Used

  • Python
  • Tkinter
  • Cryptography (Fernet)

How to Run

  1. Install Python.

  2. Install the required library:

    pip install cryptography
    
  3. Run the program:

    python encryption_tool.py
    

Author

charmi patel

About

A Python-based secure file encryption tool that uses AES encryption to protect sensitive files with a password-based key. It allows users to safely encrypt and decrypt files locally using strong cryptographic standards.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors