SkillAgentSearch skills...

Imghide

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

Install / Use

/learn @teja156/Imghide
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars115
CategoryDevelopment
Updated13d ago
Forks43

Languages

Python

Security Score

80/100

Audited on Mar 26, 2026

No findings