This package includes classes that allow to hide arbitrary data into bitmaps by simple steganography algorithm.
The main idea of the algorithm is based on using lower bits of some components in RGBA to store of hidden data.
[A][R][G][B]
-- pixel presented in RGBA color space.
In this scheme each byte D of input data is decomposed into four part, two bits each.
Each part written to lower bits of R and/or B bytes.
Here we use R and B parts only, because it allows to doesn't much spoil input image.
-
Notifications
You must be signed in to change notification settings - Fork 0
AnderOne/StegLib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Java library of steganography algorithms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published