资源说明: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:  These changes all combine to encode your secret message in any random image.  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:Once the application is built you can run it with this command:ant
Pass in any other images you would like. The program supports GIF, JPG, and PNG.java -jar dist/stegtest.jar lily.jpg
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。