Java-based steganography system using LSB and Chinese Remainder Theorem.
-
Updated
Feb 7, 2026 - Java
Java-based steganography system using LSB and Chinese Remainder Theorem.
este projeto é uma aplicação em Java desenvolvida para realizar esteganografia digital em imagens no formato PNG, utilizando a técnica LSB (Least Significant Bit - Bit Menos Significativo). Ele permite ocultar dados (arquivos ou pastas compactadas em ZIP) dentro de uma imagem e, posteriormente, extrair esses dados da imagem modificada
✔️ 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
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."