Is there a Java library for steganography? [closed]

China☆狼群 提交于 2019-12-03 20:50:25

问题


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.


回答1:


  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.




回答2:


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.



来源:https://stackoverflow.com/questions/9701486/is-there-a-java-library-for-steganography

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!