Skip to content

teja156/imghide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMGHIDE

enter image description here

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

Inspired from this Medium post

Watch explanation video

Installation

You can install the all requirements from requirements.txt by using pip.

pip install -r requirements.txt

Usage

python imghide.py

Encode

  • Choose Encode in the options menu enter image description here

  • Enter the image path (with extension) enter image description here

  • Enter the message to be hidden enter image description here

  • Choose a password to encrypt with AES-256 (optional) enter image description here

The image is encoded and saved as a PNG file.

Decode

  • Choose Decode from the menu enter image description here

  • Enter the path of the encoded image (with extension) and type in the password to decrypt (leave empty if no password was used) enter image description here

The decoded text will be displayed on the terminal.

About

Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages