steghide
Conceal sensitive data inside image or audio files, or detect and extract hidden messages using passphrase-protected steganography.
Instructions
Steganography tool — hides data within image (JPEG, BMP) and audio (WAV, AU) files, or extracts hidden data from them. Uses passphrase-protected embedding. Use to detect hidden messages in files (CTF challenges) or to conceal data. Output: embedded file confirmation or extracted hidden content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional steghide options | |
| command | No | Operation: 'info' (check if file has hidden data), 'embed' (hide data), 'extract' (recover hidden data). Default: info | |
| cover_file | No | Cover image/audio file to hide data in (for embed) or stego file to analyze | |
| embed_file | No | File to hide inside the cover file (for embed mode) | |
| passphrase | No | Passphrase used to embed or extract the hidden data | |
| stego_file | No | Output stego file (for embed) or source stego file to extract from (for extract) |