bmpsteg - a simple command-line tool for steganographically hiding data in BMP image files
- bmpsteg.exe - tool for Windows (SI110: right click the link, save in the C:\SI110programs folder)
- msvcr100.dll - run-time library needed for bmpsteg (IF you run bmpsteg.exe and get a "missing DLL" error ... then also download this to C:\SI110Programs)
- bmpsteg - tool for Unix
- Files to build bmpsteg:
Makefile,
bmpsteg.cpp,
getopt.h,
getopt.c.