Skip to content

Program to encrypt and decrypt files using Python and the Cryptography library

Notifications You must be signed in to change notification settings

elmerurbina/enc

Repository files navigation

File Encryption and Decryption with Python

This repository contains Python scripts for encrypting and decrypting files using the Python and cryptography library.

Features

  • Encrypt files using the cryptography library.
  • Decrypt encrypted files.
  • User-friendly interface using Tkinter.
  • Free to use under GPL license.

Usage

  1. If you not have a Python interpreter installed on your computer, go to dist folder and you can run the encryptFile and decryptFile directly.

  2. Clone the repository to your local machine:

git clone https://github.com/elmerurbina/enc.git

  1. Install the required dependencies:

pip install -r requirements.txt

  1. Run the scripts:
  • encryptFile.py: Run this script to encrypt files.
  • decryptFile.py: Run this script to decrypt encrypted files.

Contact

For any inquiries or feedback, please contact:

About

Program to encrypt and decrypt files using Python and the Cryptography library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published