javasteg
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A simple steganography GUI tool written in Java
A [Steganography](http://en.wikipedia.org/wiki/Steganography) GUI for Java
==================================================

This little Java program hides secret messages in images by making subtle changes to specific pixels you can't see like this:

![Pixels](https://raw.github.com/zgrossbart/javasteg/master/pixels.gif)

These changes all combine to encode your secret message in any random image.

![Encoded pixels highlighted](https://raw.github.com/zgrossbart/javasteg/master/blue_pix.jpg)

Find out more and run this code online at [How To Keep a Secret Secret](http://www.zackgrossbart.com/hackito/secret-secret).


Building and Running javasteg
--------------------------------------

Javasteg is built with Apache Ant.  Once ant is installed just go 
to the java steg directory and run the ant command:

    ant
Once the application is built you can run it with this command:
    java -jar dist/stegtest.jar lily.jpg
Pass in any other images you would like. The program supports GIF, JPG, and PNG.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。