Giter VIP home page Giter VIP logo

folder-encryption's Introduction

Folder Encryption Tool

This is a simple GUI application written in Python that allows you to encrypt and decrypt folders. The application uses the cryptography library for encryption and tkinter for the graphical user interface.

Features

  • Encrypt Folder: Compresses a selected folder into a zip file, encrypts the zip file, and deletes the original folder.
  • Decrypt Folder: Decrypts a selected encrypted zip file, extracts its contents, and deletes the decrypted zip file and key file.

Requirements

  • Python 3.x
  • tkinter (usually comes pre-installed with Python)
  • cryptography library

Installation

  1. Clone the repository or download the source code.
  2. Install the required Python library:
    pip install cryptography
    

Usage

  1. Run the script:
    python Folder-Encryption.py
    
  2. The GUI will open with two buttons: "Encrypt Folder" and "Decrypt Folder".

Encrypt Folder

  1. Click the "Encrypt Folder" button.
  2. Select the folder you want to encrypt.
  3. The application will create a zip file of the folder, encrypt it, delete the original folder, and display a success message with the location of the key file.

Decrypt Folder

  1. Click the "Decrypt Folder" button.
  2. Select the encrypted zip file.
  3. Select the key file that was generated during encryption.
  4. The application will decrypt the zip file, extract its contents, delete the decrypted zip file and key file, and display a success message.

Notes

Make sure to keep the key file safe as it is required for decryption. The encrypted zip file and key file are saved in the same directory as the original folder.

folder-encryption's People

Contributors

3yed-61 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.