- Find a GIF (e.g. here: https://giphy.com/) in which you would like to store the message/data
- Navigate to the
Hide
tab inside the application - In the
Gif
field, select your GIF from the step 0 - In the
Text to hide
field, insert your secret message - Submit the form by pressing the
Hide
button - You will see an original GIF on the left and a GIF which contains a secret message on the right
- Download the GIF with the message by pressing the
Download
button beneath it - (Optional) Under the download buttons are color tables in which you may analyse which bytes have changed in the resulting GIF
- Acquire a GIF which contains a hidden message
- Navigate to the
Find
tab inside the application - In the
Gif
field, select your GIF from the step 0 - Submit the form by pressing the
Find
button - You will see the secret message!
Hides (or finds) data inside a color table of a GIF.
Bits of data/message are hidden in the least significant bit of every color byte.
Can hide 96B of data in GIFs with 256 colors.
For GIFs with smaller number of colors, the amount of storable data is equal to colors * 3 / 8
Made by Ivan Crnjak for the course Cryptology at Mendel University in Brno