Stegger is a PHP package that can be used to hide encrypted data in images using steganography. It reads a given image in GIF, JPEG, or PNG formats, encrypts data supplied by the user (a message, a file, or a collection of both) and hides the encrypted data in the image by making subtle color changes to certain pixels to store the data in the image symbolically. It can also extract the original data previously stored in an image.
| Tags | Software Development Libraries php classes Security Cryptography |
|---|---|
| Implementation | PHP |