Metadata-Version: 2.1
Name: pysteg
Version: 0.1.1
Summary: A python library to create encrypted images using steganography.
Home-page: https://github.com/liorp/pysteg
License: MIT
Keywords: Steganography
Author: Lior Pollak
Author-email: 4294489+liorp@users.noreply.github.com
Maintainer: Lior Pollak
Maintainer-email: 4294489+liorp@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cryptography (>=3.4.7,<4.0.0)
Requires-Dist: imageio (>=2.9.0,<3.0.0)
Project-URL: Repository, https://github.com/liorp/pysteg/
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/pysteg.svg)](https://badge.fury.io/py/pysteg)

# pysteg
pysteg is a python library for image steganography.

From Wikipedia:  
Steganography is the practice of concealing a message within another message or a physical object.  
In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video.  
The word steganography comes from Greek steganographia, which combines the words steganós (στεγανός), meaning "covered or concealed", and -graphia (γραφή) meaning "writing".

# Usage
Please see usage_example.py

# Dependencies
cryptography and imageio  
Built with poetry

# License
MIT
