Skip to content

ImageMeld is a steganography tool that allows users to securely embed files within images. It supports multiple file formats and optionally compresses files into ZIP archives, and provides a user-friendly interface for easy embedding.

License

Notifications You must be signed in to change notification settings

AnonCatalyst/ImageMeld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageMeld

ImageMeld is a powerful tool that allows you to embed files into images using steganography techniques. By leveraging the image's binary structure, you can securely store data within image files, making it an innovative solution for data concealment.

Project development for this project is on hold

Features

  • File Embedding: Embed one or more files into an image without noticeable changes.
  • ZIP Compression: Optional automatic compress multiple files into a single ZIP archive before embedding.
  • Dependency Management: Automatically checks and installs required dependencies.
  • User-Friendly Interface: Interactive prompts guide you through the embedding process.

Install & Run

  • Requirements will auto install
  1. git clone https://github.com/AnonCatalyst/ImageMeld
  2. cd ImageMeld
  3. python3 imagemeld.py

Display Example

Welcome to ImageMeld!
Choose an option:
1. Embed files into an image
0. Exit
Enter your choice: 1
Enter the path to the input image file: Chase-National-Bank-Logo-500x281.ico
Enter the path for the output image file: Chase-National-Bank-Logo-500x2812.ico       
Enter the paths of the files to embed (separated by commas): BANKING.scr, BANKINFO.exe
Do you want to compress these files into a ZIP before embedding? (y/n): n
Successfully embedded BANKING.scr into Chase-National-Bank-Logo-500x2812.ico.
Successfully embedded BANKINFO.exe into Chase-National-Bank-Logo-500x2812.ico.

About

ImageMeld is a steganography tool that allows users to securely embed files within images. It supports multiple file formats and optionally compresses files into ZIP archives, and provides a user-friendly interface for easy embedding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages