Embedding stego-text in cover images using Least Significant Bits (LSB) technique written in C#. Insert hidden information in image's pixels and extract it later.
- Clone the repository
- Run the project in Visual Studio
- Select the image you want to hide the text in
- Enter the text you want to hide
- Click on
Write Text In Image
button - Select the image you want to extract the text from
- Click on
Read Text From Image
button