Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 514 Bytes

Encryptor

File encryption program for desktop files & folders You can encrypt/decrypt any file/folder with a key, that you would generate automatically or you have previously

Modules used

  • cryptography for encryption/decryption algorithms
  • Gtk+3 pytgtk for GUI

Usage ( 2 ways )

  • Using pyinstaller first install pyinstaller and run it on the .spec file to compile it
  • Using python 2.7 interpreter install the Gtk+3, cryptography python modules and run the app.py