Download Steganography Free Java Code
Description
Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA 2 algorithm for encryption/decryption of message.
Icons
Source Files
The download file Steganography-master.zip has the following entries.
.gitignore/*from w ww . j a v a2 s . c o m*/
AndroidManifest.xml
CHANGELOG.md
LICENSE.txt
README.md
libs/commons-io-2.3.jar
res/drawable-hdpi/ic_action_decrypt.png
res/drawable-hdpi/ic_action_encrypt.png
res/drawable-hdpi/ic_action_gallery.png
res/drawable-hdpi/ic_action_preferences.png
res/drawable-hdpi/ic_launcher.png
res/drawable-ldpi/ic_action_decrypt.png
res/drawable-ldpi/ic_action_encrypt.png
res/drawable-ldpi/ic_action_gallery.png
res/drawable-ldpi/ic_action_preferences.png
res/drawable-ldpi/ic_launcher.png
res/drawable-mdpi/ic_action_decrypt.png
res/drawable-mdpi/ic_action_encrypt.png
res/drawable-mdpi/ic_action_gallery.png
res/drawable-mdpi/ic_action_preferences.png
res/drawable-mdpi/ic_launcher.png
res/drawable-xhdpi/ic_action_decrypt.png
res/drawable-xhdpi/ic_action_encrypt.png
res/drawable-xhdpi/ic_action_gallery.png
res/drawable-xhdpi/ic_action_preferences.png
res/drawable-xhdpi/ic_launcher.png
res/layout/main.xml
res/values/arrays.xml
res/values/ids.xml
res/values/strings.xml
res/xml/preferences.xml
src/com/shishkin/steganographie/Binary.java
src/com/shishkin/steganographie/IEncryptor.java
src/com/shishkin/steganographie/Parameters.java
src/com/shishkin/steganographie/UnableToDecodeException.java
src/com/shishkin/steganographie/UnableToEncodeException.java
src/com/shishkin/steganographie/crypto/AESCrypto.java
src/com/shishkin/steganographie/crypto/ICrypto.java
src/com/shishkin/steganographie/gif/EncryptingFileParameters.java
src/com/shishkin/steganographie/gif/GIFEncryptorByLSBMethod.java
src/com/shishkin/steganographie/gif/GIFEncryptorByPaletteExtensionMethod.java
src/com/shishkin/steganographie/ui/MainActivity.java
src/com/shishkin/steganographie/ui/PreferencesActivity.java
src/com/shishkin/steganographie/zip/ICompressor.java
src/com/shishkin/steganographie/zip/StringCompressor.java
Download
Click the following link to download Steganography-master.zip.
Steganography-master.zip