Stegano

View on PyPIReverse Dependencies (4)

0.11.5 stegano-0.11.5-py3-none-any.whl

Wheel Details

Project: Stegano
Version: 0.11.5
Filename: stegano-0.11.5-py3-none-any.whl
Download: [link]
Size: 28065
MD5: 998f80887b15c4bcbb2ecae71340ca70
SHA256: fd614ad9c3e88ac0743b8bf28154b828bca2ea720fd08929b0fa2c18c082da0a
Uploaded: 2025-02-13 17:18:21 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: stegano
Version: 0.11.5
Summary: A pure Python Steganography module.
Author: Cédric Bonhomme
Author-Email: cedric[at]cedricbonhomme.org
Project-Url: Changelog, https://github.com/cedricbonhomme/Stegano/blob/master/CHANGELOG.md
Project-Url: Documentation, https://stegano.readthedocs.io
Project-Url: Homepage, https://github.com/cedricbonhomme/Stegano
Project-Url: Repository, https://github.com/cedricbonhomme/Stegano
License: GPL-3.0-or-later
Keywords: Steganography,Security,Stegano
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Requires-Python: >=3.10,<4.0
Requires-Dist: crayons (>=0.4.0)
Requires-Dist: opencv-python (>=4.8.1.78)
Requires-Dist: piexif (>=1.1.3)
Requires-Dist: pillow (<11.0,>=9.5)
Description-Content-Type: text/markdown
[Description omitted; length: 2989 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.0.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
stegano/__init__.py sha256=A70Q7gJMtsEKW5o2HBShzngd4FavG3IvXM6QrwyRVrY 128
stegano/exifHeader/__init__.py sha256=_w6fu7dMsnn2pw54U-KfLsBJRWO161UEUcYe5QWgdTk 90
stegano/exifHeader/exifHeader.py sha256=WF7RMMhF26RZxV6zRHjVPMbqpiFsS0Vbhn0u3k_XK_g 4739
stegano/lsb/__init__.py sha256=C6spvOhGw4iDKmOl02bKgxH61tDcn0mgq90uU0r4MVE 83
stegano/lsb/generators.py sha256=6fiimpocSfYtGg7pfftuI_8Fv8sbDGRCg34Da3OEM7A 6272
stegano/lsb/lsb.py sha256=a8P6LK7eIsQSLyHUKALkX4AIqfx7p9PBXcV7bv6hl7o 2602
stegano/red/__init__.py sha256=zXHCGo2yxi_4yiV9eqR0MQdHg1g63QdYkbv6OX7aMK8 83
stegano/red/red.py sha256=-jO7MKeqp3qVJGwAKLagamfjNy5uwvf0tLDwakzvt3M 2979
stegano/steganalysis/__init__.py sha256=-JIt3g1eBf4bVQNNQd4JBeQNA7o0LK0W9tYKKX_r5s8 22
stegano/steganalysis/parity.py sha256=8F6sYc1PeTSbQXw2zaPppqXyEZkCGVZDPVR__z3tIlk 1683
stegano/steganalysis/statistics.py sha256=enqtzSqN8WUWpSTYSR424JyplAXvWv3UnZSf92ynuAs 1769
stegano/tools.py sha256=CahH6AZV_niWtR8GtCnbWP26WGXRm37MCTwFbkGFPB4 7361
stegano-0.11.5.dist-info/COPYING sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM 35147
stegano-0.11.5.dist-info/METADATA sha256=3VsMYrTrqU6Le7rXC7tb_uyK4A-B5nUt3CWlKEIGOeI 4315
stegano-0.11.5.dist-info/WHEEL sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM 88
stegano-0.11.5.dist-info/entry_points.txt sha256=L4Gu61i2ASGE2qNlZOMn6jHKYNW4l8Tt-KZFfztbPiY 165
stegano-0.11.5.dist-info/RECORD

entry_points.txt

stegano-lsb = bin.lsb:main
stegano-red = bin.red:main
stegano-steganalysis-parity = bin.parity:main
stegano-steganalysis-statistics = bin.statistics:main