The HideMe project implements a dual-layer security system for covert communication.
It merges LSB Steganography with Fernet encryption, ensuring messages are both encrypted and invisible within an image.
With a sleek Python GUI, it provides a secure, user-friendly tool for hiding data effectively.
- Opens images in binary mode to extract EXIF data.
- Uses
process_file()to interpret image metadata. - Displays camera info, timestamps, and other hidden image properties.
- User enters secret text.
- Text is encrypted with Fernet (symmetric key encryption).
- Ciphertext is embedded into Least Significant Bits (LSBs) of image pixels.
- The stego-image is saved securely as a PNG file, discarding EXIF metadata.
- Install dependencies with
requirements.txt. - Watch the included demo video to understand usage flow.
💬 "I hope you like my HideMe !!"
