iSteg can hide your file inside an image.
https://github.com/rafiibrahim8/iSteg
- You can choose how many least significant bit to use during creation of the file. Thus even less reduction in image quality.
- Supports encryption. File/Message can be encrypted inside the image using AES CBC method. With 256 bit key.
- Come with two flavor Command Line and GUI application. Select your preferred flavor.
- Just a computer with Java installed in it.
- Just double click on the
.jar
file. If you are on Linux dochmod +x iSteg-v2.1_GUI.jar
before executing the jar.
- Simply open a Terminal/Command Prompt and type
java -jar iSteg-v2.01_CLI.jar
.
- GUI: GUI Release v2.1
- Command Line: Release v2.01
SHA256(iSteg-v2.1_GUI.jar) : 668655387e0cdfc08317f3ee5be74e3a3e040f23bf5619e64abd1eaf7afeb0b3
SHA256(iSteg-v2.01_CLI.zip) : 4c83d24e7f0b1e07a8f6c63615c2d68e532c5dc8edfaabf8fe4856e2b5afc712
-
What is top image & bottom file?
Ans: Top image is the image in which the your file will be hidden. Here bottom file is your file to be hidden.