InThePicture
From Just Solve the File Format Problem
InThePicture by Intar Technologies is a Win32 steganography program that hides data in the LSB of 4-bit (16 color), 8-bit (256 color), or 24-bit BMP image files with password protection.
It supports attaching multiple files, each with different passwords.
The modified LSB bits are not spread randomly across the picture, but just start from the beginning, making it very noticeable to a visual or statistical attack.
The hidden data is appended with a big block of fixed data (a signature of the software, the name of the hidden file, etc...) that can be used by an attacker to know that there is something here.
The password is saved along with the hidden data.
Links
- Archived homepage
- v2.2 Download (untrustworthy source, use due caution) (backup)
- v2.01 Download (cracked, use due caution)
- Analysis of weaknesses and 'InThePicture Password Finder' utility