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.
-
Ensure you have Python 3.6 or higher installed.
-
Clone the repository to your computer or download all files and place them in one folder:
git clone https://github.com/Microzibert/FileEncryption.git
-
Navigate to the project directory:
cd FileEncryption
-
Install the dependencies:
pip install -r requirements.txt
-
Run the program:
python main.py
-
Follow the on-screen instructions to select a file and encrypt it.
The author bears no responsibility for any potential breaches of the encrypted files.