✔️ Hide a secret message in an image
-
Updated
Jul 12, 2024 - Java
✔️ Hide a secret message in an image
Analysis and Implementation of Image Steganography methods using Java
A little steganography. Hiding text or file inside an image using LSB method
Android application implements the steganographic algorithm LSB on the last 2 bit for channel.
LSB using an improvised method targeting just the blue pixels
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…
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
Java implementation of LSB and BPCS steganography
Making the process of Digital Steganography even more secure and safe by introducing the concept of Cryptography.
Java-based steganography system using LSB and Chinese Remainder Theorem.
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."