Skip to content

devdo-eu/stego_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stego_python

short scripts for hiding text at pictures. Run these with use of python console

usage:

encode.py -p picture -t text

Where picture is a file inside of which message from text file will be hidden.

Output from this script is a encrypted.png file

decode.py -p picture -t text

Where picture is a file with encoded message and text is output file for message.

stego.py -p picture -t text -m mode

Combined script.

mode parameter decides about type of operation: encode writes text into picture and decode extract message from picture file.

About

short scripts for hiding text at pictures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages