Skip to main content

A small image steganography tool.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imstegapy-0.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page