Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.
-
Updated
Mar 31, 2020 - Java
Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.
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…
[Архив 2016] Стеганография изображений / Simple app to encode/decode text in images
stegtool is a steganography tool which can embed or extract data from image files..
In the following project we are concentrating on least significant bit of the image and modifying it in spatial domain. We have broken down and concluded about the variations of this algorithm as far as efficiency and hiding capacity of an image. Viability of the algorithm is estimated by client assessments deciding so, all things considered cha…
Data Hiding in Image using LSB Technique
Image Steganography by the book
Add a description, image, and links to the least-significant-bit topic page so that developers can more easily learn about it.
To associate your repository with the least-significant-bit topic, visit your repo's landing page and select "manage topics."