Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Java library for steganography? [closed]

By library I mean a use-ready .jar distribution.

Image steganography would suffice. Working with JPEG, PNG and BMP would be enough too.

Google yields no usable results - mostly explanations and guides, but no libraries.

like image 515
kostja Avatar asked Mar 14 '12 11:03

kostja


2 Answers

  1. https://ccrma.stanford.edu/~eberdahl/Projects/Paranoia/index.html You can download the paranoia.jar from the page.

  2. http://www.vclcomponents.com/Delphi/Graphical_Controls/ImageHide-info.html This gives you an executable. Google for the source if you want. May be available as its free too.

like image 151
Neal Avatar answered Oct 16 '22 22:10

Neal


Searching on Sourceforge for "java steganography" gave me 6 hits. You could try the same on GitHub, GoogleCode and so on.

(Yea, a plain Google search doesn't have any useful hits in the first page or so. Too many of those useless "download stuff for free" parasites ... pushing the useful links down the search result set.)


The problem is that if you can find an open source steganography library, then so can the folks you are trying to hide stuff from. This may provide them with the clues they need to 1) figure out which library you are using and 2) defeat your scheme.

like image 3
Stephen C Avatar answered Oct 17 '22 00:10

Stephen C