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.
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 details)
File details
Details for the file SteganograPy-0.0.1.tar.gz.
File metadata
- Download URL: SteganograPy-0.0.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6749b2cd04df04ef45265c461bed63b8c5118d1bd7a8b110417184edc4e639dd
|
|
| MD5 |
07f0f6c3cc629e805a7c8e597addc4fc
|
|
| BLAKE2b-256 |
bafa6b05bd10138bfdade85ad6e95c9add54c270b79c532152518444e1e85b83
|