Coder Social home page Coder Social logo

ashishkr05 / steganography-project Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.79 MB

this project is based on steganography in which we encrypt the data in form of image and reciever can decrypt that data.

Python 36.36% HTML 63.64%
css html lsb-steganography python

steganography-project's Introduction

Design and Implementation of securing data using Cryptography and Steganography

It is a Python based application with use of flask a microservice based framework to demonstrate the combination of cryptography that is based on symmetric key and steganography that is based on modified LSB which helps to provide security to confidential data over an unsecured network.

Project Team Members :

  • Ashish kumar (201901275)
  • Kunj Modi (201901036)
  • Tejot Dev (201901149)
  • Nirav Damor (201901156)

METHODOLOGY :

First, we take the original data and encrypt it into ciphertext by utilizing the proposed symmetric cryptography method in which we will break the 128 bits into 4 equal groups of 32 bit each this 32-bit block will be undergone some circular shift and xor operations with secret keys . ( These ideas are inspired by [1] and [2] ). After this, the encrypted data will be embedded in a Cover Image by use of proposed steganography strategy which is utilizing least significant bit (LSB) [ In this we are think of going with a mixture of LSB-1, LSB-2, LSB-3 (i.e storing at first, second, and a third bit from the least significant side) alternatingly. ] to finally create a new image which is a stego content this is sent over the channel and at receiver side the same process will occur but in reverse, starting from extracting encrypted content from stego and finally decrypting using proposed decryption algorithm again inspired by [1] and [2]. Although ideas are inspired, we will use our own proposed architecture for encryption and decryption finally converting into an application for sending data over insecure channels.

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.