Skip to content

A little steganography. Hiding text or file inside an image using LSB method

License

Notifications You must be signed in to change notification settings

rafiibrahim8/iSteg

Repository files navigation

License: MIT Codacy Badge HitCount

iSteg

A little steganography. Hiding text or file inside an image using LSB method

iSteg can hide your file inside an image.

https://github.com/rafiibrahim8/iSteg

Why 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.

Requirements

  • Just a computer with Java installed in it.

Running the program

GUI

  • Just double click on the .jar file. If you are on Linux do chmod +x iSteg-v2.1_GUI.jar before executing the jar.

Command Line

  • Simply open a Terminal/Command Prompt and type java -jar iSteg-v2.01_CLI.jar.

Downloads

  • GUI: GUI Release v2.1
  • Command Line: Release v2.01

    Verify Download

    SHA256(iSteg-v2.1_GUI.jar) : 668655387e0cdfc08317f3ee5be74e3a3e040f23bf5619e64abd1eaf7afeb0b3 SHA256(iSteg-v2.01_CLI.zip) : 4c83d24e7f0b1e07a8f6c63615c2d68e532c5dc8edfaabf8fe4856e2b5afc712

Screenshots

  • GUI Graphical User Interface (GUI)

  • CLI Command Line Interface (CLI)

FAQ

  • 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.

About

A little steganography. Hiding text or file inside an image using LSB method

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages