Giter Club home page Giter Club logo

encrypto_pyhton_2019's Introduction

Project Title :- Encrypto

Encrypto is your personal Encryptor and decryptor. It comes in a suitable UI made with PyQt5. Encrypto doesn't only operate on text files, it goes way beyond that. And also incase you forgot your key , it gives you log file, which of course is not in any encrypted form.

Getting Started

So to get started you need python 3.x and some py-modules in your system.

Prerequisites

First you need to install PyQt5, that runs the UI:-

pip install pyqt5

Then the crypto-module pycrypto should to be installed

pip install pycrypto

or

pip install pycryptodome
  • the later one especially for windows

How to Create an executable File

It doesn't come with an installer(msi) file, but you can create own exe by following steps :-

First 'pyinstaller' module is required.

pip install pyinstaller

then open that directory containg the code, and follow the following instruction :-

pyinstaller  Encrypto_Windows.py

or

pyinstaller --onefile  Encrypto_Windows.py

Then the .exe file will be in the dist folder

Built with

Encrypto uses

  • Python oops for control structure and future scalability
  • Pycrypto for Encryption/Decryption algorithms
  • PyQt5(GUI to faciliate User-System interaction
  • Pyinstaller to create an executable file

Features

The encrypto tool has the underlying features :-

  • Cool but simple Guided User Interface
  • Doesn't only operate on text files, goes way beyond that
  • Has two E/D algorithms to choose from (In future more can be added)
    • AES
    • DES3
  • Two layer key management system and a log file
  • Single application for both file and folder e/d

Future Scopes

Future developement of this project eyes on

  • Adding asymmetric algorithms (RSA)
  • Create msi file with fman build system(fbs)
  • Folder encryption in terms of folder encryption
  • Better User interface

Authors

  • Pabitra Dash

License

This project is licensed under the MIT License - see the LICENSE file for details

Thank you

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.