Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suresh142/lsb_image_steganography
- Owner: Suresh142
- Created: 2023-11-26T08:28:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T09:10:50.000Z (about 1 year ago)
- Last Synced: 2024-11-05T13:13:44.449Z (3 months ago)
- Topics: c, cplusplus, cpp, image, lsb, lsb-steganography, secret, steganography
- Language: C
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LSB IMAGE STEGANOGRAPHY
## OVERVIEWThis 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