
The Training Gap
Most engineering and security teams have not yet been trained on Post Quantum Cryptography specifically. Classical cryptography courses covered RSA and ECDH; lattice-based cryptography is new material for most practitioners. Training is a prerequisite for a successful migration.
Who Needs What
| Role | Core competency | Depth |
|---|---|---|
| Engineering leads | PQC algorithms overview, migration architecture | Deep |
| Crypto developers | ML-KEM/ML-DSA internals, liboqs, side-channel awareness | Very deep |
| Application developers | PQC API usage, hybrid patterns | Moderate |
| DevOps / SRE | TLS 1.3 hybrid, cert management, KMS PQC | Moderate |
| Security analysts | HNDL threat model, compliance mapping | Moderate |
| Compliance / risk | NIST IR 8547, NSA CNSA 2.0, ENISA | Moderate |
| Executive / board | Mosca's theorem, Y2Q framing | Light |
Core Learning Resources
- NIST CSRC (https://csrc.nist.gov): FIPS 203/204/205 standards, IR 8547, CSWP 39.
- NSA CNSA 2.0 FAQ and Algorithms CSA.
- ENISA PQC Current State (v2, 2021).
- Cloud Security Alliance Quantum-Safe Security WG.
- OWASP Quantum Computing Risk: forthcoming guidance.
- Open Quantum Safe liboqs documentation for hands-on.
- Cryptography Engineering (Ferguson, Schneier, Kohno): classical foundation.
- Post-Quantum Cryptography (Bernstein, Buchmann, Dahmen): textbook.
Hands-On Labs
- Install Botan 3 or liboqs.
- Generate ML-KEM-768 keypair.
- Encapsulate/decapsulate.
- Try hybrid with X25519.
- Run OpenSSL 3 with oqs-provider.
- Deploy TLS 1.3 server with X25519MLKEM768.
Vendor Training
Major vendors (AWS, Azure, Google Cloud, IBM Quantum Safe, Thales, Entrust, DigiCert) offer PQC-specific training for their customers. Include 2-4 hours of vendor training per platform your organization uses.
Certification
As of April 2026, there is no widely-recognized PQC certification analogous to CISSP. (ISC)2 and ISACA are developing PQC content. Expect formal certifications to emerge 2026-2028.
Frequently Asked Questions
How long does PQC training take?
For engineers: 1-2 days foundational, 1 week hands-on. For security analysts: 1 day foundational, ongoing self-study. For executives: 2-hour briefing plus quarterly updates.
Do we need a PQC expert in-house?
For large enterprises, yes, at least one deep PQC architect. For smaller orgs, a senior security engineer with PQC training plus vendor support is adequate.
Are there PQC certifications?
Not yet mainstream as of April 2026. Expect (ISC)2, ISACA, and CompTIA to develop PQC content through 2026-2028.
What's the single best free resource?
NIST CSRC Post-Quantum Cryptography Standards page plus the Open Quantum Safe liboqs documentation. Together they cover standards and implementation.
Sources
Related Articles
Protect Your Data Before Q-Day Arrives
QNSQY's NIST-standardized post-quantum encryption protects files against both current and quantum-era threats.
Try QNSQYOriginally published at quantumsequrity.com/blog/pqc-migration-training-teams.