Skip to content

Steganography is the art and science of concealing information within other data to ensure its confidentiality, In this project, you will implement a basic steganography system using the C programming language. The primary goal is to embed a secret message within an image without visibly altering the image.

Notifications You must be signed in to change notification settings

Suresh142/LSB_Image_Steganography

Repository files navigation

LSB IMAGE STEGANOGRAPHY

OVERVIEW

This C program implements a basic LSB (Least Significant Bit) image steganography technique. LSB steganography involves hiding information in the least significant bits of the pixel values in an image.

FEATURES

  • Embed text data into an image using LSB steganography.
  • Extract hidden text data from a steganographic image.

USAGE

Compilation

Compile the program using a C compiler. For example:

   1. gcc *.c
   2. ./a.out -e beautiful.bmp secret.txt stego.bmp  --> For Encoding
   3. ./a.out -d stego.bmp decode.txt  --> For Decoding

CONTRIBUTING

Feel free to contribute to the project by opening issues or submitting pull requests.

FEEDBACK

Any suggestion and feedback is welcome. You can message me on Instagram

About

Steganography is the art and science of concealing information within other data to ensure its confidentiality, In this project, you will implement a basic steganography system using the C programming language. The primary goal is to embed a secret message within an image without visibly altering the image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages