Skip to content

InputBlackBoxOutput/Image-Steganographer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Secretly embed encrypted text inside an image using digital image steganography.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •