Skip to content

A Python Script to hide data inside an image using a Least Significant Bit Algorithm.

Notifications You must be signed in to change notification settings

HarryRudolph/Steganography-LSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography LSB

A Python Script to hide data inside an image using a Least Significant Bit Algorithm.

Usage

The script takes the message from a message.txt file and hides it in any 24-bit BMP of your choosing. There is an example in the REPO (Pablo.bmp).

The script can also decode an image to retrieve the message.

Requirements

  • Python3
  • Python Imagine Library (Pillow)

About

A Python Script to hide data inside an image using a Least Significant Bit Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages