Steganography is the practice of hiding information inside another file (image, audio, video, text) without visible indicators.
CTF Techniques
- LSB — hidden text in least-significant bits of PNG pixels.
- EOF append — data after the file's end marker.
- Tools:
steghide,zsteg,binwalk,exiftool.