WavSteg is a steganographic tool written in C that embeds files within WAV audio files using least significant bit (LSB) steganography techniques. The program accepts two command line arguments: a path to a WAV audio file and a path to any other file type. It modifies the WAV file by encoding the contents of the second file into the LSB portions of each audio sample, effectively hiding data within the audio file. The tool overwrites the original WAV file with the modified version containing the hidden data. The capacity for hidden data depends on the audio file specifications - for example, a 300-second WAV file at 44100 samples per second with 16 bits per sample for stereo channels can hide approximately 300 * 44100 * 2 * 1 bits of data when using one LSB per channel sample. WavSteg operates as a command-line utility and requires the target WAV file and the file to be hidden as input parameters. The steganographic process modifies the audio data while maintaining the file's playable format.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
Stegextract is a Bash script that extracts hidden files and strings from images, supporting PNG, JPG, and GIF formats.
A library to access the Windows New Technology File System (NTFS) format with read-only support for NTFS versions 3.0 and 3.1.
Exterro is a data risk management platform that optimizes e-discovery, digital forensics, and cybersecurity compliance operations.
A digital forensics tool that provides read-only access to file-system objects from various storage media types and file formats.
A library for read-only access to QEMU Copy-On-Write (QCOW) image files, supporting multiple versions and compression formats for digital forensics analysis.
A command-line tool for creating hex dumps, converting between binary and human-readable representations, and patching binary files.
A library to access and parse Windows XML Event Log (EVTX) format, useful for digital forensics and incident response.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.