Implementation of Optimal Last Significant Bit method in the figure with Python. More about Steganography
- Python 3 or higest version
- Installed module PIL.Image and Numpy on your Python
- Jupyter Notebook (Optional), alternative you can use Google Colab
- Download or clone it to your machine, and place it to your notebook project
- run demo.ipynb
Run your Python or make your pythonfile.py and type:
import LSB as lsb
# use LSB module whatever you want
...
# read detail about functions in LSB module
help(lsb)
...
Source file: BSD License