Skip to main content

A small example package

Project description

stegpy

A program for encoding information in image and audio files through steganography.

On the left, a house with a steganographically hidden image. On the right, the extracted hidden image of a cat. It is revealed by removing all but the last significant bit of each color component in the host image.


Supported host formats:

  • PNG
  • BMP
  • GIF
  • WebP
  • WAV

Images in a different format are automatically converted to PNG. Different audio formats are not supported at all.


Dependencies:

  • numpy
  • cryptography
  • Pillow (PIL fork)

Install:

$ pip3 install stegpy

How to use:

  • Hide a message or file:
$ stegpy "Hello World!" image.png
  • Extract it:
$ stegpy _image.png
  • Encrypt:
$ stegpy "Hello World!" image.png -p
Enter password (will not be echoed):
Verify password (will not be echoed):
$ stegpy _image.png -p
Enter password (will not be echoed):
Hello World!
  • More options:
$ stegpy -h

To do:

  • Add docstrings
  • Allow encoding across multiple files
  • Support JPEG & FLAC as hosts

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

stegpy-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

stegpy-0.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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