# There Are Files Stored in This Video

Source: https://www.youtube.com/watch?v=fhoJK02oD_E
Recap page: https://rapidrecap.app/video/fhoJK02oD_E
Generated: 2026-08-17T00:08:13.317+00:00

---
## 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.

![Screenshot at 15:18: The extracted 1984 ebook folder successfully unpacked from a steganographically modified audio file.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-15-18.jpg)

**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.

## Detailed Analysis

Host Benn Jordan investigates the practice of steganography, which is the art of concealing messages, images, or files inside other harmless media. The video traces the history of hiding data from ancient Greek scalp tattoos and Roman milk based invisible inks to German Enigma encryption and Cold War Soviet microdots hidden in coins. Jordan then transitions to digital methods, demonstrating how to exploit file compression in images, audio, and video files. By manipulating the least significant bits of pixels or utilizing discrete cosine transforms, users can hide ZIP archives inside JPEGs, PNGs, and social media photos. Furthermore, audio steganography uses phase inversion and spectral modulation to hide secondary audio streams or text files inside music tracks that stream on Spotify or Apple Music. Finally, the video explores video steganography, using custom tools like VideoZuck to pack data into the raw output of video codecs for social media platforms.

### The History of Steganography

Steganography dates back thousands of years as rulers and spies sought physical methods to transmit secret messages.

- In 499 BC, the Greek ruler Histaiaeus tattooed a secret revolt message onto a servant's shaved head and sent him through Persian territory once his hair grew back.
- During the Roman Empire, Pliny the Elder discovered that the transparent fluid from milkweed plants charred at lower temperatures, making it an ideal invisible ink.
- German monk Johannes Trithemius wrote the Steganographia books in 1499, which used magical cover texts to mask real cryptographic and data hiding methods.
- Leon Battista Alberti invented the shift cipher disk in the late 1400s, allowing text to be easily encoded and decoded with a shared decryption key.

![Screenshot at 01:21: An animation depicting a Greek servant with a secret message tattooed on his shaved scalp.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-01-21.jpg)

### Soviet Microdots

Cold War espionage relied heavily on extreme optical miniaturization to smuggle secret documents across borders.

- The KGB and CIA used hollowed out coins and wedding rings to conceal microscopic photographic film chips containing cipher sheets and intelligence data.
- Microdots were smaller than a grain of sand and required powerful laboratory microscopes to read the densely packed Soviet number stations and codes.
- Number stations operated as mysterious shortwave radio broadcasts that bounced signals off the ionosphere to transmit encrypted codes around the world.

![Screenshot at 05:51: A tiny speck of film hidden inside a hollowed out coin viewed under laboratory conditions.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-05-51.jpg)

### Abusing File Compression

Modern digital files use complex compression algorithms to save bandwidth, which creates vulnerabilities for data hiding.

- JPEG and video compression algorithms use the Discrete Cosine Transform to discard high frequency data that human eyes are unlikely to notice.
- Human brains easily notice subtle differences in small quantities of objects, but struggle to spot changes in large quantities, a principle known as the Weber-Fechner Law.
- Javid Stego is an open source tool that hides ZIP files and documents inside images by modifying pixel data while maintaining resistance to social media compression.

![Screenshot at 09:05: A demonstration interface showing how reducing coefficient data in an image preserves visual quality while saving storage space.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-09-05.jpg)

### Hiding Sh*t In Audio

Audio files can carry hidden data streams if the modifications stay beneath the threshold of human hearing or get masked by spectral modulation.

- Simple audio steganography involves converting a stereo file to mono, inverting the waveform of one channel, and pasting a secondary transmission at a lower volume.
- Spectral modulation hides random chunks of noise within the audio spectrum that normal human ears cannot detect during playback.
- Benn Jordan released a test album on Spotify and Apple Music under the name Daysinn to demonstrate how hidden audio streams survive streaming compression.

![Screenshot at 14:26: An interface displaying primary and hidden audio streams within an encoded music file.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-14-26.jpg)

### Ultrasonic Messaging

Smartphones can communicate covertly over the air using high frequency audio waves that bypass traditional network infrastructure.

- Georgi Gerganov developed GGwave, an acoustic messaging protocol that runs on Android phones without requiring cell service, Wi-Fi, or Bluetooth.
- The BUM16 web app implements frequency shift keying to encode text and images into ultrasonic audio waves between 16.5 kHz and 19.0 kHz.
- Acoustic messaging protocols face limitations based on the frequency response of individual smartphone microphones and speakers.

![Screenshot at 16:35: Two Android phones communicating via silent ultrasonic audio messages without cellular or Wi-Fi networks.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-16-35.jpg)

### Hiding Sh*t In Video

Advanced video encoders can be repurposed to store hundreds of kilobytes of arbitrary data inside motion picture files.

- Meta released Video Seal, an open source video watermarking model designed to verify the origin of AI generated content and combat deepfakes.
- VideoZuck is a modified tool that crams entire ZIP files into the raw output of video codecs instead of using random frames.
- Testing shows that while 4K video files can store substantial data payloads, recompression on platforms like Facebook and Instagram can strip or corrupt the hidden archives.

![Screenshot at 19:25: Uploading a video encoded with hidden steganographic data to Facebook Reels.](https://ss.rapidrecap.app/screens/fhoJK02oD_E/00-19-25.jpg)

