Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 987 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 987 Bytes

File Encryptor

Description

File Encryptor is a simple console program written in Python that allows you to encrypt files, such as photos and PDF documents. The program uses modern encryption algorithms to protect your data. The user can select a file to encrypt, and the program will create an encrypted version.

Installation

  1. Ensure you have Python 3.6 or higher installed.

  2. Clone the repository to your computer or download all files and place them in one folder:

    git clone https://github.com/Microzibert/FileEncryption.git
  3. Navigate to the project directory:

    cd FileEncryption
  4. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. Run the program:

    python main.py
  2. Follow the on-screen instructions to select a file and encrypt it.

Disclaimer

The author bears no responsibility for any potential breaches of the encrypted files.