Code Monkey home page Code Monkey logo

hybrid-image-encryption's Introduction

Hybrid_Encryption

The main aim of this project is to make files more secure using hybrid encryption, and store it in our local system.

Hybrid encryption includes

  • RSA Encryption Algorithm
  • AES Encryption Algorithm
  • Blowfish Encryption Algorithm

Working

  1. Creates directories and files for generated RSA and AES keys and store it.
  2. For encryption takes the AES key file reads it and decrypt it using RSA private key and then encrypt the selected file using AES key and store at local system.
  3. For decryption takes the AES key file reads it and decrypt it using RSA private key and then decrypt the selected file using AES key and store at local system.

Steps

  1. Select the file.
  2. Choose the appropriate option either encryption or decryption.
  3. That's it your tast completed and you got the massege accordingly.

GUI snapshot

Requirements

  • You must be install the Crypto package using bellow command in terminal.

    pip install pycryptodome==3.9.9

hybrid-image-encryption's People

Contributors

rithikg24 avatar

Watchers

 avatar

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.