Skip to content

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyStegSuite

Demo

ImageEncoder_demo.mp4

Installation

pip install git+https://github.com/arulh/PyStegSuite.git

Original image

image

Encode image

from PIL import Image
from stegimage import encode_stencil, decode_stencil

im = Image.open("./resources/image.png")
encoded_im, key = encode_stencil("hello world", img=im, text_size=50, text_coords=(50, 50))

output

Decode image

decoded_im = decode_stencil(key, img=encoded_im)

dec_img

About

Python package for steganography.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages