Skip to content

Implementation of Optimal Last Significant Bit method in the figure with Python

License

Notifications You must be signed in to change notification settings

dirsulaiman/optimal-lsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal Last Significant Bit (LSB)

Implementation of Optimal Last Significant Bit method in the figure with Python. More about Steganography

Requirements

  • Python 3 or higest version
  • Installed module PIL.Image and Numpy on your Python
  • Jupyter Notebook (Optional), alternative you can use Google Colab

Usage

With Jupyter Notebook

  • Download or clone it to your machine, and place it to your notebook project
  • run demo.ipynb

Without Jupyter

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)
...

License

Source file: BSD License

About

Implementation of Optimal Last Significant Bit method in the figure with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published