Cryptography Podcast Summaries
Cryptography on Yedapo: 6 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

GPS Hidden Messages - Computerphile
Computerphile
Jul 16, 2026
GPS satellites transmit more than just location data; they broadcast mysterious, encrypted messages at the discretion of military command. Traffic analysis of these signals reveals a shift in 2011 that correlates with the implementation of over-the-air rekeying, suggesting these hidden messages serve as the mechanism for distributing military encryption keys globally.
Key insight: On May 26, 2011, the entire GPS satellite constellation simultaneously stopped sending random data and switched to a repeating '1-0-1-0' sentinel pattern, a violation of standard specifications that likely signaled a major system-wide cryptographic update.

Shor's Algorithm for Quantum Computing - Computerphile
Computerphile
Jul 9, 2026
Shor's algorithm leverages the interference of quantum waves to perform efficient integer factorization, a process that threatens modern RSA encryption. By reframing factorization as a period-finding problem, the algorithm exploits wave physics to solve classically intractable equations, offering a reality-based explanation of quantum computing without relying on the 'many-worlds' interpretation.
Key insight: Everything in quantum computing can be reduced to the constructive and destructive interference of waves—it's essentially the same physics that makes JPEGs work, just applied at a quantum state level.

Unmasking the Creator of Bitcoin
The Daily
Apr 9, 2026
John Carreyrou applies the same investigative rigor that toppled Theranos to the ultimate tech mystery: the identity of Satoshi Nakamoto. Using forensic linguistics and AI, Carreyrou confronts British cryptographer Adam Back with a "stylistic fingerprint" that suggests the world's most famous anonymous billionaire is hiding in plain sight.
Key insight: Forensic analysis revealed that Adam Back and Satoshi Nakamoto share the exact same "pathological" inability to use hyphens correctly, matching 67 specific grammatical errors found nowhere else among thousands of potential candidates.

Post Quantum Cryptography - Computerphile
Computerphile
Apr 2, 2026
Quantum computers capable of breaking current encryption do not exist yet, but the threat of 'harvest now, decrypt later' attacks is forcing a global transition. Security experts are now deploying hybrid systems that combine traditional elliptic curve cryptography with new lattice-based schemes to ensure data remains secure even if quantum technology matures in the coming decades.
Key insight: Modern web traffic, including connections to Google, already uses hybrid key exchanges like Kyber, which combine traditional and post-quantum algorithms to hedge against future decryption risks.

I Went To DEFCON!
ThePrimeagen
Aug 28, 2024
Competing at Defcon 32, the team successfully reverse-engineered complex cryptographic puzzles by applying programmatic logic to cryptic historical riddles. The process required shifting from manual pattern recognition to automated Python-based modeling to handle multi-step algorithmic challenges involving visual ciphers and mathematical constraints.
Key insight: The team solved a complex 'dancing man' cipher by cross-referencing Roman numerals hidden within speech bubbles, proving that layering disparate data types—like visual positions and numeric values—is key to cracking high-level challenges.

Garbled Circuits - Computerphile
Computerphile
Mar 22, 2024
Garbled circuits allow two parties to compute complex functions while keeping their private inputs secret. By transforming logic into encrypted truth tables, participants can determine results like the 'Millionaire's Problem' without ever revealing their actual values.
Key insight: While computationally elegant, a garbled circuit's massive size and reliance on multiple rounds of symmetric encryption make it gigabytes in scale for even simple tasks.