A simple steganography engine that uses LSB to hide ASCII text within images.
Project description
🦕 steggynography 🕵️
A simple steganography engine that uses LSB to hide ASCII text within images.
How to Use
There are two available operations: encode and decode.
The former operation takes an image of a supported format (see limitations below), an ASCII message to encode within the image and an output image path.
The latter operation is used to retrieve the secret message encoded within the image. Simply provide it with an already encoded image and an output file to write the message to.
For further information you can access the help with steggy --help.
Limitations
- Length of message must not exceed 4,294,967,295 characters and must be encoded with ASCII.
- Only works with lossless formats like PNG and BMP.
Building From Source
Simply clone or fork the GitHub repository and run pip install ./ within the directory.
This targets the pyproject.toml file which creates a new python library named steggynography.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file steggynography-1.0.1.tar.gz.
File metadata
- Download URL: steggynography-1.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a1ff32b11754134ebd893bc3940971bfe5784aa6de7c2f7740045ba0f46e892
|
|
| MD5 |
e4f6f8ea89a9a7e547b078cd57f7915f
|
|
| BLAKE2b-256 |
85d116dd162e31326b915138cdf65a420577c9484d81c928b526109d128c0740
|
File details
Details for the file steggynography-1.0.1-py3-none-any.whl.
File metadata
- Download URL: steggynography-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264fc6ae696d83f47f502d7ec9eb09be22b044dbd74ea90894756856296ab9c0
|
|
| MD5 |
f7a844235076faccd8af20dc8eac5089
|
|
| BLAKE2b-256 |
eeb610537c598c47197964b35d5a70d97af9c3f462b1ea65a95b0f5b40366a85
|