Skip to main content

This package hide text or bytes in image.

Project description

SteganograPy

Description

This package hide text or bytes in image (PNG only).

Requirements

This package require :

  • python3
  • python3 Standard Library
  • pillow

Installation

pip install SteganograPy

Usages

Command line:

Stegano -m "My message !" image.jpg
python3 -m SteganograPy -d image_stegano.png

Python script

from SteganograPy import Stegano

Stegano(
    "image.jpg",
    message="My message.",
    color="red",
    output_file=None,
).build_and_save_new_image()

print(Stegano(
    "image_stegano.png",
    message=None,
    color="red",
    output_file=None,
).get_message().decode())

Command line examples

Stegano -h
Stegano -m "My message !" image.jpg
Stegano -f test.txt -c green -o test.jpg image.jpg
Stegano -d image_stegano.png
Stegano -c green -d image.png

Links

Licence

Licensed under the GPL, version 3.

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

SteganograPy-0.0.1.tar.gz (16.8 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