python-steganography
There are 4 repositories under python-steganography topic.
JoshuaKasa/van-gonography
Hide 🕵️♂️ your files of any type inside a image of your choice using steganography
computationalcore/cryptosteganography
A python steganography module to store messages or files protected with AES-256 encryption inside an image.
int-main/LSB-Steganography-Python
Implementation of LSB Steganography technique in Python 3. It also includes a GUI implementation.
TejveerSingh13/Image-Steganography
Using Huffman code to encode and compress the secret text data along with using histogram shifting to encode the data into the image.