Skip to content

This algorithm allows us to encode a message into an image and still make it look the same without creating doubt. How cool is that? You can then extract the message from the image file later on.

Notifications You must be signed in to change notification settings

SurenderHarsha/LSB-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LSB-Encoder

Encrypt.py

Takes in an image input file, and a message that you want to hide and then outputs an image file in which your message is encrypted.

Decrypt.py

Takes in an image in which you have stored some information and extracts it.

Warnings

Be wary that the number of characters in the message is limited to the image size. If the image size is 50x50 then the maximum number of characters it can store is 2500.

The header and tail used to encode must be the same when used for decoding, this sort of acts like the key.

About

This algorithm allows us to encode a message into an image and still make it look the same without creating doubt. How cool is that? You can then extract the message from the image file later on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages