✔️ Hide a secret message in an image
-
Updated
Jul 12, 2024 - Java
✔️ Hide a secret message in an image
Android application implements the steganographic algorithm LSB on the last 2 bit for channel.
Making the process of Digital Steganography even more secure and safe by introducing the concept of Cryptography.
Java implementation of LSB and BPCS steganography
Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.
LSB using an improvised method targeting just the blue pixels
A little steganography. Hiding text or file inside an image using LSB method
Analysis and Implementation of Image Steganography methods using Java
Hide a text document (text.txt) within the same folder as this program into an image (host_image.jpg). The GUI will show the host image in the left panel. The hiding will be performed by replacing the ’n’ lower order bits of image with the ASCII values of the ‘m’ number of characters from the text document. The more text you embed into the image…
Add a description, image, and links to the lsb topic page so that developers can more easily learn about it.
To associate your repository with the lsb topic, visit your repo's landing page and select "manage topics."