Home

Awesome

WavSteg

A steganographic coder for WAV files

About

C program that accepts two command line arguments. The first is the path to a .wav audio file, and the second is the path to any other kind of file. The first file (the .wav audio file) will be overwritten to include the contents of the second file in the LSB portions of each sample in the .wav.

Notes