SteganoHide
- 4 Devlogs
- 8 Total hours
This project is an interactive Command-Line Interface (CLI) application, the tool implements steganography—the art and science of hiding secret pieces of data inside an ordinary file. Specifically, this application allows users to safely encode a hidden text message within the pixel data of a standard PNG image, and conversely, decode a modified image to extract and reveal the hidden text. To a human observer, the original image and the encoded image look completely identical, making it an excellent way to pass secret messages.