Code Monkey home page Code Monkey logo

image-steganographer's Introduction

Image-Steganographer

Embed encrypted messages in an image and then extract them back

Website https://image-steganographer.netlify.app/
Application for Windows OS https://github.com/.../releases/tag/v1.0.0

How to use the website/application?

How to use the embedder to embed a message in an image?

  1. Upload an image. Feel free to use a random image provided by the website
  2. Enter the keyword
  3. Enter the message
  4. Press the embed & download button

How to use the extractor to extract message from an image?

  1. Upload the image containing the message
  2. Enter the keyword
  3. Press the extract button
  4. When a success message is shown, see the section below for the message

How it works?

Embedding the message in an image

  1. We get the following inputs from the user: an image, a keyword and a message
  2. The message is encrypted with the help of the keyword by using Vigenere's cipher
  3. The encrypted text is converted to an array of numbers using ASCII encoding
  4. The alpha channel data in the image is modified to represent the array of numbers and a unique end token

Extracting the message from an image

  1. We get the following inputs from the user: an image and a keyword
  2. The alpha channel content of the image is parsed until a unique end token is reached to obtain an array of numbers
  3. The array of numbers is converted to encrypted text using ASCII encoding
  4. The extracted text is decrypted using the keyword and then displayed to the user

Made with lots of โฑ๏ธ, ๐Ÿ“š and โ˜• by InputBlackBoxOutput

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.