Download steganography Free Java Code
Description
This is a web application written in java that implements LSB steganography algorithm. It uses jQuery to manage AJAX requests. The application processes PNG images.
Icons
Source Files
The download file steganography-master.zip has the following entries.
.classpath/* w ww . j ava 2 s .co m*/
.gitignore
.project
.settings/.jsdtscope
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.wst.common.component
.settings/org.eclipse.wst.common.project.facet.core.xml
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
README.md
WebContent/META-INF/MANIFEST.MF
WebContent/WEB-INF/lib/gson-2.1.jar
WebContent/WEB-INF/lib/jstl.jar
WebContent/WEB-INF/lib/standard.jar
WebContent/WEB-INF/web.xml
WebContent/index.jsp
WebContent/theme/css/style.css
WebContent/theme/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
WebContent/theme/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png
WebContent/theme/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png
WebContent/theme/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
WebContent/theme/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
WebContent/theme/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
WebContent/theme/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
WebContent/theme/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
WebContent/theme/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
WebContent/theme/css/sunny/images/ui-icons_3d3d3d_256x240.png
WebContent/theme/css/sunny/images/ui-icons_bd7b00_256x240.png
WebContent/theme/css/sunny/images/ui-icons_d19405_256x240.png
WebContent/theme/css/sunny/images/ui-icons_eb990f_256x240.png
WebContent/theme/css/sunny/images/ui-icons_ed9f26_256x240.png
WebContent/theme/css/sunny/images/ui-icons_fadc7a_256x240.png
WebContent/theme/css/sunny/images/ui-icons_ffe180_256x240.png
WebContent/theme/css/sunny/jquery-ui-1.8.19.custom.css
WebContent/theme/img/favicon.jpg
WebContent/theme/img/loadingAnimation.gif
WebContent/theme/js/jquery-1.7.2.min.js
WebContent/theme/js/jquery-ui-1.8.19.custom.min.js
WebContent/theme/js/jquery.form.js
WebContent/theme/js/utils.js
screenshot.png
src/org/university/steganography/algorithm/Steganography.java
src/org/university/steganography/enumeration/ImageType.java
src/org/university/steganography/exception/SteganographyException.java
src/org/university/steganography/servlet/DecodeImageServlet.java
src/org/university/steganography/servlet/EncodeImageServlet.java
src/org/university/steganography/servlet/ImageServlet.java
src/org/university/steganography/servlet/response/DecodeServletResponse.java
src/org/university/steganography/servlet/response/EncodeServletResponse.java
src/org/university/steganography/servlet/response/Message.java
src/org/university/steganography/servlet/response/ServletResponse.java
src/org/university/steganography/servlet/response/Status.java
src/org/university/steganography/util/Constants.java
src/org/university/steganography/util/ImageUtils.java
src/org/university/steganography/util/Log.java
src/org/university/steganography/util/MessageConstants.java
src/org/university/steganography/util/Utils.java
Download
Click the following link to download steganography-master.zip.
steganography-master.zip