Coder Social home page Coder Social logo

daquincy / image-steganography-using-lsb-and-xor-operation-on-msb Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 3.0 1.31 MB

Python implementation of the research paper "Simple and Secure Image Steganography using LSB and Triple XOR Operation on MSB"

License: MIT License

Python 0.37% Jupyter Notebook 99.63%
python steganography logical operations lsb-steganography msb

image-steganography-using-lsb-and-xor-operation-on-msb's Introduction

Image Steganography using LSB and XOR Operation on MSB

A dirty implementation of the research paper "Simple and Secure Image Steganography using LSB and Triple XOR Operation on MSB" published by Yani et al (https://ieeexplore.ieee.org/document/8350661/)

embedding.py

usage: embedding.py [-h] -c COVER_IMAGE -m MESSAGE_IMAGE -s STEGO_IMAGE

optional arguments:
  -h, --help            show this help message and exit
  -c COVER_IMAGE, --cover_image COVER_IMAGE
                        path to cover image
  -m MESSAGE_IMAGE, --message_image MESSAGE_IMAGE
                        path to message image
  -s STEGO_IMAGE, --stego_image STEGO_IMAGE
                        path to save stego image

extraction.py

usage: extraction.py [-h] -s STEGO_IMAGE -r RECOVER_IMAGE

optional arguments:
  -h, --help            show this help message and exit
  -s STEGO_IMAGE, --stego_image STEGO_IMAGE
                        path to stego image
  -r RECOVER_IMAGE, --recover_image RECOVER_IMAGE
                        path to save recovered image

Refer to Jupyter Notebook for more details.

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.