← Academy Hub
Learning Track · 20 modules

Quantum Computing for Security Practitioners

Qubits, superposition, Shor and Grover, lattice-based post-quantum cryptography. From quantum mechanics fundamentals to deploying ML-KEM and ML-DSA in production.

Why this track

Qubits, superposition, Shor and Grover, lattice-based post-quantum cryptography. From quantum mechanics fundamentals to deploying ML-KEM and ML-DSA in production. This track walks you from fundamentals through advanced techniques across 20 practitioner modules — the same body of knowledge senior security professionals build over years, structured for self-paced progression with India-specific context throughout.

Prerequisite: See module 1 for entry context. Most modules are self-contained but follow the suggested sequence for best results.
20
Modules
13.1 h
Total time
20
Free modules
Quiz retries
Difficulty mix
Beginner · 5 Intermediate · 5 Advanced · 5 Expert · 5

Module sequence

M1
What is Quantum Computing — Qubits, Superposition, Entanglement (Beginner)
Quantum computing fundamentals for security practitioners — qubits, superposition, entanglement, gates, and what quantum computers can and cannot do. Module 1 of the RingSafe Quantum Computing track.
Beginner 25 min
M2
Why Quantum Matters for Cybersecurity — The Post-Quantum Threat in Plain English
The post-quantum threat quantified — what crypto breaks, when CRQC arrives, store-now-decrypt-later risk, Mosca theorem, and what your CISO should be telling the board today. Module 2 of the Quantum Computing track.
Beginner 30 min
M3
Shor’s Algorithm Explained — Why RSA and ECC Will Break
Shor's algorithm factorises integers and computes discrete logs in polynomial time on a quantum computer — breaking RSA and ECC. How it works at intuition level, hardware requirements, and the Mosca theorem applied. Module 3.
Beginner 30 min
M4
Grover’s Algorithm — Symmetric Crypto’s New Math (Hint: AES-256 Wins)
Grover halves symmetric crypto security in bits — AES-128 weakened, AES-256 still safe. SHA-256 collision resistance halves but stays secure. Practical migration: use AES-256, SHA-384 for long-lived data. Module 4.
Beginner 25 min
M5
Post-Quantum Cryptography 101 — NIST FIPS 203, 204, 205 (ML-KEM, ML-DSA, SLH-DSA) Explained
NIST's final PQ standards orientation: ML-KEM (FIPS 203) replaces RSA/ECDH, ML-DSA (FIPS 204) replaces RSA/ECDSA signatures, SLH-DSA (FIPS 205) is the conservative hash-based alternative. Migration map and size impact.
Beginner 35 min
M6
ML-KEM (Kyber) Deep Dive — Lattice-Based Key Encapsulation Explained
ML-KEM (FIPS 203) is the NIST-standard PQ key exchange replacing RSA and ECDH. Lattice math at intuition level, three security levels, hybrid TLS 1.3 deployment with concrete nginx/Apache/HAProxy/Cloudflare config. Module 6.
Intermediate 40 min
M7
ML-DSA (Dilithium) Signatures — Replacing RSA and ECDSA in Code Signing, JWT, and PKI
ML-DSA (FIPS 204) replaces RSA and ECDSA for digital signatures. How lattice signatures work, three security levels, size impact on TLS/JWT/code-signing, the migration playbook. Module 7.
Intermediate 40 min
M8
SLH-DSA (SPHINCS+) — Hash-Based Signatures for the Long Haul
SLH-DSA (FIPS 205) is the conservative hash-based PQ signature alternative — security rests on hash functions only, no lattice assumptions. When to use it (root CAs, firmware), when not to (TLS, JWT). Module 8.
Intermediate 35 min
M9
Hybrid PQ Deployment — TLS, SSH, IPsec, S/MIME with Classical + ML-KEM Together
Run classical (X25519) + post-quantum (ML-KEM-768) in the same handshake. Adversary needs both to break. Concrete configs for nginx, OpenSSH, strongSwan, Cloudflare. Migration checklist. Module 9.
Intermediate 45 min
M10
Quantum Key Distribution (QKD) — Hype vs Reality, and Why PQ Cryptography Wins
QKD uses photonics for physics-based key exchange. Marketing pitches it as uncrackable. Reality: dedicated fibre, expensive, doesnt authenticate, and ML-KEM solves the same problem cheaper. When QKD makes sense (rarely). Module 10.
Intermediate 30 min
M11
Migrating to Post-Quantum Cryptography in Production — TLS, SSH, JWT, S/MIME (24-Month Playbook)
Operational playbook for enterprise PQ migration: cryptographic inventory, hybrid pilot, vendor coordination, JWT/SSH/PKI rollout phases. The 24-month engineering plan. Module 11.
Advanced 50 min
M12
Side-Channel Attacks on Post-Quantum Implementations — Kyber Timing Leaks and Constant-Time Defences
PQ algorithms are quantum-resistant but vulnerable to classical side-channel attacks if implemented carelessly. Documented Kyber/Dilithium timing leaks, constant-time defences, and how to verify your PQ libraries. Module 12.
Advanced 40 min
M13
Crypto-Agility Engineering — Designing Systems for Algorithm Replacement Beyond Post-Quantum
Crypto-agility makes algorithm changes routine. Pluggable algorithm registries, multi-algorithm certificates, hybrid signatures, automated key rotation. The patterns and anti-patterns. Module 13.
Advanced 40 min
M14
Post-Quantum PKI — Migrating Internal CAs, Certificate Hierarchies, and Trust Stores
Migrating PKI to PQ is the most operationally complex part. Algorithm choices per layer (root SLH-DSA, intermediate ML-DSA, leaf ML-DSA), parallel hierarchy strategy, EJBCA/Vault/step-ca tools, trust-store distribution. Module 14.
Advanced 50 min
M15
Quantum-Safe Blockchain — Bitcoin BIP-360, Ethereum PQ Roadmap, and the Custodial Migration Plan
Bitcoin and Ethereum both fall to Shor when CRQC arrives. BIP-360, Ethereum account abstraction for PQ signing, custodial implications, the lost-key coin recovery question. Module 15.
Advanced 40 min
M16
Lattice Cryptanalysis — LLL, BKZ, Sieving, and the Best Attacks on ML-KEM and ML-DSA
Lattice cryptanalysis is what determines our long-term confidence in ML-KEM and ML-DSA. LLL polynomial-time approximation, BKZ block reduction, sieving algorithms, quantum lattice attacks. Where research could change the calculus. Module 16.
Expert 50 min
M17
Isogeny-Based Cryptography — SIKE’s Death, CSIDH and SQISign Future, and the Lessons for PQ Migration
SIKE was a NIST PQ finalist broken in 2022 by Castryck-Decru — the cleanest cautionary tale in modern cryptography. Post-mortem, the surviving isogeny schemes (CSIDH, SQISign), and what to monitor going forward. Module 17.
Expert 40 min
M18
Quantum + AI Threat Models — Where Quantum Computing and Machine Learning Actually Meet
Quantum AI threats: cryptanalysis acceleration, ML model extraction, defensive applications. Separating credible threat from research speculation. The realistic 2026-2030 capability landscape. Module 18.
Expert 45 min
M19
Quantum Reservoir Computing for SOC Anomaly Detection — Practical 2026 Pilots
Quantum Reservoir Computing (QRC) is the most-likely-to-ship quantum-ML technique for cybersecurity this decade. Hybrid classical-quantum anomaly detection, what works, what doesnt, deployment patterns. Module 19.
Expert 45 min
M20
Building a Quantum Threat Model — STRIDE-Q, Data Classification, and the Indian Regulatory Frame
STRIDE-Q extends classical threat modeling with the time dimension (store-now-decrypt-later) and quantum-specific vectors. Framework for documenting quantum risk posture, audit-friendly artifact for board and Indian regulators. Module 20.
Expert 50 min

Common questions about this track

How long will this track take me? +

Most learners finish in 4-8 weeks at a sustainable 4-5 hours per week. Modules are self-paced so you can move faster or slower as life allows.

Do I need prior experience? +

Module 1 sets the entry baseline. The first module is always free; if it feels approachable, the track is for you.

Will this prepare me for industry certifications? +

Most modules align with the body of knowledge tested by senior security certifications. The Academy is not a cert-prep course but produces working knowledge that transfers to any cert exam in the same domain.

Ready to start?

Begin with Module 1. Work through at your own pace. Free modules require no signup — everything else unlocks with a free RingSafe Academy account.

Start Module 1 → View pricing tiers 🗺️ Explore Skill Map