Skip to content

ckt1i/LSBSteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSB in Python

This pack is used for solving the LSB steganography problem. By using python to hide the text into the image and decode it.

This pack contains two main python files: -LSB_encode.py -LSB_decode.py

To use it , plese confirm the python version at least 3, and I suggest 3.8.5. Also please install the packages in requirement.txt .

The path in the python files are all the absolute path, so you are better to use it too. Please change your file's absolute path before running the python script.

The script doesn't limit the text's length, so if your text is very long, the image will not be able to hide it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages