Skip to content

This is a simple image steganography code written in Python. In this code a secret text message is concealed within an image.

Notifications You must be signed in to change notification settings

PratikMante/Image-Steganography-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image-Steganography-in-Python

This is a simple image steganography code written in Python. In this code a secret text message is concealed within an image.

Working:

In this code text message is encoded into image by converting the text into RGB pixels and these new pixels are added over the template image. To decode the text from the image, the RGB pixels of encoded image is changed

Template Image:

Text message to Encode:

my name is harsh

Encoded Image:

Decoded Image:

About

This is a simple image steganography code written in Python. In this code a secret text message is concealed within an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages