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 details)

Uploaded Source

File details

Details for the file imstegapy-0.1.0.tar.gz.

File metadata

  • Download URL: imstegapy-0.1.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for imstegapy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9d9ecd6b6e4df804f43c4abc796f59205511dbcc626f6889776cca39bfa76dd6
MD5 d01e36296b0262f00801dcb3ea7ad1e5
BLAKE2b-256 28b5b5824ecfc3dee3d51c5aadb0d86129193dc62bf8ddea42bd4baa78a7c10e

See more details on using hashes here.

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