Modern Cryptography: Hype vs Hope | LISA16

Added:

Secret Sharing
Coin Flipping
Secure Computing
Homomorphic Encryption
Blockchain Basics
Mining Mechanics
System Flaws
Practical Limits
Contrasting Uses

Secret Sharing

0:10
Playing Section
  • 1

    Explains how to split a secret into n shares, requiring k to reconstruct.

  • 2

    Uses polynomial interpolation to ensure fewer than k shares reveal nothing.

  • 3

    Practical for secure backup, with math performed modulo a prime.

Fundamental understanding of symmetric (e.g., AES) versus asymmetric (e.g., RSA, ECC) cryptography.
Basic knowledge of Public Key Infrastructure (PKI), including certificates, digital signatures, and Certificate Authorities (CAs).
Familiarity with standard network security protocols such as SSL/TLS, IPsec, and SSH.
Understanding the role of system administrators in managing enterprise keys, passwords, and access controls.
Advanced key management practices, including automated key rotation, hardware security modules (HSMs), and key escrow policies.
Post-Quantum Cryptography (PQC) and the migration strategies for replacing current asymmetric algorithms with quantum-resistant ones.
Critically evaluating emerging cryptographic trends (e.g., Homomorphic Encryption, Zero-Knowledge Proofs) for practical enterprise readiness.
Designing systems around Zero Trust Architecture (ZTA) principles using practical cryptographic tools.
399 views15likes43:19@UsenixOrgOriginal Release: 2017-04-21

This lecture by Radia Perlman, a pioneering computer scientist at Dell EMC Corporation known for inventing the spanning-tree protocol, demystifies modern cryptographic concepts including Shamir's Secret Sharing (which splits secrets into shares requiring k out of n to reconstruct), Bit Commitment protocols using cryptographic hashes, Secure Multi-Party Computation (which allows distributed computation on private data through secret sharing but is computationally expensive), Homomorphic Encryption (which enables computation on encrypted data but is currently impractical due to massive efficiency losses), and Blockchain technology (which relies on proof-of-work and distributed consensus but faces significant challenges in energy consumption, scalability, and practical applicability).