There Are Files Stored in This Video | Benn Jordan

The Gist

Data files including entire books and malware can be hidden inside ordinary media files using steganography techniques like least significant bit manipulation and audio frequency modulation.

Quick Overview

Data files can be embedded inside images, audio tracks, and video streams by exploiting compression algorithms and human sensory limits. Host Benn Jordan demonstrates open source tools like Javid Stego and AlphaSteg to hide ZIP archives inside Facebook photos and Spotify songs, proving that digital media can covertly transport arbitrary files.

Key Points: Steganography originated in 499 BC when the Greek ruler Histaiaeus tattooed a secret message on a servant's shaved scalp and waited for the hair to grow back before sending him through enemy territory. During World War II, German spies and allied intelligence agencies used microdots and number stations to transmit encrypted codes globally via shortwave radio broadcasts reflected off the ionosphere. Standard JPEG image compression utilizes Discrete Cosine Transform to discard high frequency details that human eyes cannot easily perceive, creating an opportunity to hide data without altering visual quality. The least significant bit method alters the final color value bit of pixels across an image, allowing text and small files to hide inside standard PNG and BMP graphics. AlphaSteg is a custom tool that uses spectral modulation to embed a secondary hidden audio stream inside music files without ruining the primary audible track. VideoZuck is an open source tool that repurposes Meta video watermarking models to cram entire ZIP files into the raw output of short videos for social media upload. Audio and image steganography methods are not 100 percent reliable because recompression algorithms on platforms like YouTube and Apple Music often strip or corrupt the hidden data payloads.

Context: Host Benn Jordan explores the historical and modern techniques of steganography, ranging from ancient physical ciphers to advanced digital data hiding inside images, audio tracks, and video files.

Raw markdown version of this recap