Git Product home page Git Product logo

dhvanilp / hybrid-cryptography Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 11.0 9.25 MB

Implementation of a system capable of encryption and decryption of multimedia data (Text, Images, Videos, Audio etc.) using a hybrid model based on the amalgamation of symmetric encryption techniques such as AES and asymmetric techniques such as ECC.

Home Page: https://dhvanilp.github.io/Hybrid-Cryptography/

Python 27.70% JavaScript 0.61% HTML 4.56% Jupyter Notebook 67.12%
aes aes-encryption ecc ecc-algorithms python3 information-security cryptography multimedia multimedia-data public-private-key

hybrid-cryptography's Introduction

Hybrid-Cryptography

This repository contains an implemntaion of this Paper

Abstract

This paper mainly focusses on the implementation of a system capable of encryption and decryption of multimedia data (Text, Images, Videos, Audio etc.) using a hybrid model based on the amalgamation of symmetric encryption techniques such as AES and asymmetric techniques such as ECC.

Implementation

The encryption process occurs as follows, and the decryption process is the reverse of the same. Image

Enigma

This is an apllication made using Django and NodeJs, which is based on encryption and decryption process mentioned in the paper.

Run the Django application in virtual environment inside Enigma directory

python manage.py runserver

Also run the node.js server from Enigma/nodejs

node index.js

So this is what you need to do after both servers are live:

  • Open 2 browser tabs.
  • Enter the sender and receiver nickname in each of the respective tabs.
  • Now work with the sender side first, click send
  • Enter the exact nickname of the receiver in the form. (The receivers public key should automatically show up, also the send button would show up. If not, then re run from step 1)
  • Now work with the receiver side, click receive, enter the ecc private key of the receiver and click receive button. (It converts the private key to public key and sends the ecc public key of that receiver to the nodejs server) (The receivers public key should automatically show up on the sender's tab, also the send button would show up. If not, then re run from step 1)
  • Enter the AES private key, upload your file and send.

The rest of the things will be handled by the servers. And the download link of the decrypted file will be available on the receiver side with appropriate alerts.

Team Members

hybrid-cryptography's People

Contributors

dependabot[bot] avatar dhvanilp avatar shrey920 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hybrid-cryptography's Issues

Execution

How to execute this project......?

What are the steps?

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.