Packages and Binaries:

stegosuite

Stegosuite is a graphical steganography tool to easily hide information in image files. It allows the embedding of text messages and multiple files of any type. In addition, the embedded data is encrypted using AES. Currently supported file types are BMP, GIF, JPG and PNG. Stegosuite is written in Java and utilizes the SWT toolkit for its interface.

Installed size: 279 KB
How to install: sudo apt install stegosuite

Dependencies:
  • default-jre | java11-runtime
  • liblogback-java
  • libpicocli-java
  • libslf4j-java
  • libswt-cairo-gtk-4-jni
  • libswt-gtk-4-java
  • libswt-gtk-4-jni
stegosuite

Steganography tool to hide information in image files

root@kali:~# stegosuite -h
Steganography tool to hide information in image files

Usage: stegosuite [-hV] [COMMAND]

Options:
  -h, --help      Show this help message and exit.
  -V, --version   Print version information and exit.

Commands:
  help      Displays help information about the specified command
  gui       Starts the GUI
  embed     Embeds data into image
  extract   Extracts data from image
  capacity  Shows the maximum amount of embeddable data

Example:
  stegosuite help embed            Displays help for stegosuite embed

Updated on: 2025-May-20