Hide and reveal text within images with ease! This project uses steganography to encode text into images without visibly altering them. Perfect for secure messages, creative projects, or just experimenting with hidden data in images.
-
Encoding:
- Converts your text into binary.
- Hides the binary data in the least significant bits of the image’s pixels.
- Saves a new image with the hidden message while keeping the original picture intact.
-
Decoding:
- Reads the modified image.
- Extracts the binary data from the pixels.
- Converts it back into readable text.
- Optionally saves the decoded text into a
.txt
file.
-
Automatic folder creation: Save paths automatically create folders to keep your files organized.
- ✅ Encode text directly or from a
.txt
file. - ✅ Decode hidden messages and export them as
.txt
. - ✅ File dialogs for easy path selection—no manual typing needed.
- ✅ Works with
.exe
builds (Windows) without crashing. - ✅ Almost invisible changes to the original image.
- 🔒 Secret messages: Share hidden text securely.
- 🎨 Art projects: Embed messages into artwork images.
- 📝 Notes storage: Hide notes inside images for fun or organization.
- 🧪 Learning & experiments: Study binary encoding and image manipulation.
- Run
Encrypt.exe
to hide text in an image. - Run
Decrypt.exe
to reveal and export the hidden text. - Use file dialogs to select images and save locations.
- Run
py Encode.py
to encode - Run
py Decode.py
to decode
Made By UnafeDev