Edit
by stan Hstan - 7 years ago (2017-05-21)
hide and retrieve data in image
| I need to hide text into an image and retrieve them latter using LSB or Pure steganography |
Ask clarification
1 Recommendation
PHP Steganography Kit: Library of algorithms to encode messages in images
This package is a library of algorithms to encode messages in images.
It can take a given message and hides it inside a given image file so it is not perceptible.
The package implements several algorithms to hide and recover the text in the images using the least significant bit: pure steganography and secret key steganography.
The package can hide text or binary data in images in the PNG, JPEG and GIF formats with custom channels set.
The channels order can be used as a secret key for pure steganography. The secret steganography can also randomly choose the pixels or the channels it uses to make the algorithm more secure.
| by Lionel F. Lebeau 160 - 7 years ago (2017-05-22) Comment
This one could be what you're looking for. |