Data Protection Podcast Summaries
Data Protection on Yedapo: 3 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.
Hashing vs Encryption Explained In 1 Minute
Web Dev Simplified
Jun 18, 2026
Security requires understanding the fundamental functional difference between two-way encryption and one-way hashing. Encryption is designed for reversible data transmission, whereas hashing creates a permanent, non-reversible fingerprint essential for secure credential storage.
Key insight: Hashing is a one-way operation that produces identical output for identical input, whereas modern encryption is two-way and can produce varying ciphertexts from the same input.

Your Child's Data Profile Starts Before They're Born | Eamonn Maguire of Proton
Eye On A.I.
May 28, 2026
Proton’s "Born Private" initiative encourages parents to secure an email address for their children at birth, decoupling their identity from data-hungry corporate profiles. This approach challenges the surveillance model where tech giants create invasive, multi-decade digital dossiers before a child even understands the concept of privacy.
Key insight: 3% of the training data used for early language models like GPT-2 accounted for the entire English-language Wikipedia, illustrating how data ingestion—not just clever architecture—is the primary driver of AI capability.

Is encryption enough to protect our data?
Technology Now
May 14, 2026
Confidential computing secures data even while it's in use, closing the critical vulnerability where information is exposed in system memory. By leveraging specialized hardware enclaves, organizations can prevent malicious insiders and compromised administrators from exfiltrating sensitive data.
Key insight: Confidential computing uses AES encryption in silicon to protect data in memory, adding only 1-5% performance overhead once hardware acceleration is fully deployed.