Skip to content

Jedddy/imsteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imsteg

An image steganography tool used for hiding text inside images made as a hobby project.

Installation

pip install imstegapy

Example Usage

import imsteg

codec = imsteg.StegCodec()

img = codec.encode("path/to/file.png", "text here")
img.save("imagename.png")  # only pngs seems to work properly.

print(codec.decode("imagename.png"))
>>> text here

About

A simple image steganography tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages