Episode

#581: AES Explained: How Encryption Protects Your Data

Podcast
David Bombal
Published
Jun 13, 2026
Duration seconds
1682
Processing state
not_requested
Canonical source
https://soundcloud.com/davidbombal/581-aes-explained-how
Audio
https://feeds.soundcloud.com/stream/2338670570-davidbombal-581-aes-explained-how.mp3
JSON
/v1/public/podcasts/david-bombal-5315180/episodes/581-aes-explained-how-encryption-protects-your-data
Markdown
/podcast/david-bombal-5315180/581-aes-explained-how-encryption-protects-your-data.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/david-bombal-5315180/episodes/581-aes-explained-how-encryption-protects-your-data/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/david-bombal-5315180/581-aes-explained-how-encryption-protects-your-data.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Big thanks to TryHackMe for sponsoring this video. Learn Cyber Security with Practical Labs on TryHackMe:https://tryhackme.com/DavidBombalTech Use my code DAVIDTECH25 to get 25% OFF on Annual Subscription! Dr. Mike Pound joins David Bombal to explain symmetric encryption, AES, secret keys, VPN encryption, TLS, block ciphers, stream ciphers and why encryption is one of the most important building blocks in modern cybersecurity. In this video, Mike explains what encryption actually does: it takes readable plaintext and turns it into unreadable ciphertext so that only someone with the correct secret key can decrypt it. He breaks down how symmetric encryption works, why the same key is used to encrypt and decrypt, and why algorithms like AES are used everywhere from secure websites and VPNs to BitLocker and full disk encryption. You’ll learn why AES is so fast on modern CPUs, how keys interact with encryption algorithms, and why AES uses rounds of substitution and permutation to scramble data. Mike also explains the difference between block ciphers and stream ciphers, including AES, DES, Triple DES, ChaCha20 and older algorithms like RC4 and A5/1. The discussion also covers why symmetric encryption is used for bulk encryption in protocols like TLS and IPsec, why asymmetric encryption is used differently, and why you should never write your own encryption algorithm or implement your own AES code for real-world security. If you want to understand how encryption protects your data, how VPNs and secure web traffic work, and why AES is still one of the most important algorithms in cybersecurity, this is a great place to start. // Mike SOCIAL // X: / _mikepound YouTube Channel: / computerphile // YouTube Video REFERENCE //Password Cracking: Can a Rainbow table reverse a hashed p…