Skip to content

SturmEnte/stegolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stegolib

A small steganography program made using Java

Features

  • LSB (Least Significant Bit) encoding and decoding

LSB (Least Significant Bit)

This hiding method will only change the last and therefore least significant bit of each color (red, green, blue) of each pixel in a image to hide the data

Note

This might not work for non text-only files because the encoder adds a NUL character to the end of the data and the decoder will look for that character and stops, when finding it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages