Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suresh142/lsb_image_steganography

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.
https://github.com/suresh142/lsb_image_steganography

c cplusplus cpp image lsb lsb-steganography secret steganography

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
- https://www.instagram.com/itz_me_sooriii?r=nametag