A simple LSB (least significant bit) image steganography web app that uses the RGB channels.
$- Setup & Usage:
1- Clone the repository into your web server folder (www , htdocs..etc).
2- Launch the localhost and access the following URL : yourwebserver/www/LSB-Image-Steganography/
3- Type in your plaintext in the URL or in the input field.
4- Click ‘hide’ to steganize the message.
5- Click on ‘Reveal hidden data’ to output the plaintext :) .
$- Disclarm:
This script uses 3 channels at once for each pixel (RGB) , Optimization through pull requests is welcomed ;).
Happy Coding :)