Skip to content

MASTERMONTYOFFICIAL/HideMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔒 HideMe

New Era of Hidding Secrets.

HideMe Animation

Developed by : Durgeshwar Singh

🔗 LinkedIn : Durgeshwar Singh


🧠 Summary

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.


⚙️ Working

🖼️ Image Metadata (Exifread Library)

  • 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.

🔐 Steganography Functionality (Hidetext)

  1. User enters secret text.
  2. Text is encrypted with Fernet (symmetric key encryption).
  3. Ciphertext is embedded into Least Significant Bits (LSBs) of image pixels.
  4. The stego-image is saved securely as a PNG file, discarding EXIF metadata.

💡 Use Case

  • Install dependencies with requirements.txt.
  • Watch the included demo video to understand usage flow.

🏁 Final Note

💬 "I hope you like my HideMe !!"

About

New Era of Hidding Secrets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages