Skip to content

Bharat23/LSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LSB

Only Blue LSB

LSB stands for Least Significant bit algorithm used for encrypting messages in images. The code given here is used for the purpose of image steganography. This is a modified LSB algorithm designed by me which uses the concept of just using the BLUE pixels to implement it. Instructions of use :

  1. Create a file named input.txt and write the text you want to hide inside the image
  2. take care of the size of text as this method reduces the capacity of text bits it can accomodate
  3. Take care of the name of the input image i.e. 2.png
  4. output image is saved in the same folder with the name new2.png

Todo

  • Convert it to JAR for plug-n-play use
  • Host on a repo (Maven etc)

References:

Releases

No releases published

Packages

No packages published

Languages