Post-quantum cryptography (PQC) has moved from a research topic to an operational priority. With NIST’s first standards finalized, federal mandates in force, and major technology providers already migrating, security and engineering teams need a working understanding of what is changing and why. This PQC Resource Guide identifies credible resources for building that understanding — organized by audience, depth, and cost — and links directly to each one, so you can assemble a training program rather than a reading list.
If you need to get a team up to speed quickly, start with three things and expand from there:
- A shared baseline for everyone: the joint CISA/NSA/NIST factsheet Quantum-Readiness: Migration to Post-Quantum Cryptography, paired with NIST’s post-quantum cryptography project overview. Both are free, authoritative, and readable in an afternoon.
- A structured course for the people doing the work: the University of Maryland’s Introduction to Post-Quantum Cryptography on edX gives a six-week foundation suitable for technical staff without a cryptography background.
- Hands-on exposure for engineers: the Linux Foundation’s Open Quantum Safe project lets developers experiment with the standardized algorithms in a sandbox.
A full directory of links appears at the end of this guide. Everything in between builds these starting points into a fuller program, including role-based tracks, government guidance, certifications, vendor materials, and a sample curriculum.
Decide Who Needs to Know What
The most common mistake in PQC training is treating it as a single subject for a single audience. It is not. The transition touches strategy, engineering, compliance, and operations differently, and the depth each group needs varies considerably. Research synthesizing enterprise migration experience consistently distinguishes training needs across executives, cryptographic engineers, PKI and certificate operators, application developers, and security operations staff. Mapping resources to roles before you buy or assign anything will save time and prevent over-training people who only need the strategic picture.
A practical breakdown:
- Executives and risk owners need the threat model, the regulatory timeline, and the business case for acting now — not algorithm internals. The “harvest now, decrypt later” risk, in which adversaries store encrypted data today to decrypt once quantum computers mature, is the single concept that most often drives executive urgency.
- Security architects and GRC/compliance staff need to understand cryptographic inventory, crypto-agility, hybrid deployment strategies, and the relevant standards and deadlines well enough to plan a migration.
- Cryptographic engineers and developers need working knowledge of the standardized algorithms, larger key and signature sizes, hybrid schemes, and the libraries that implement them.
- PKI and certificate operators need specifics on certificate lifecycle management, hybrid certificates, and parameter negotiation.
Use this map to assign resources rather than sending everyone through the same material.
Foundational PQC Resource Guide (Free)
These are the best free starting points for establishing common ground across a team.
NIST’s post-quantum cryptography program. NIST is the global anchor for PQC standardization. Its PQC project pages explain the standards in plain language and link to the underlying publications, including a plain-language “What Is Post-Quantum Cryptography?” introduction. The three finalized standards, published in August 2024, are worth knowing by name: ML-KEM (FIPS 203) for key exchange, ML-DSA (FIPS 204) for digital signatures, and SLH-DSA (FIPS 205), a hash-based signature scheme kept as a mathematically independent backup. A fourth signature standard, FN-DSA (FIPS 206), is in final standardization. The standards documents themselves live on the NIST Computer Security Resource Center.
CISA, NSA, and NIST joint guidance. The factsheet Quantum-Readiness: Migration to Post-Quantum Cryptography is the single best orientation document for organizations, especially those supporting critical infrastructure. It introduces the quantum-readiness roadmap, the cryptographic inventory, supply-chain considerations, and how to engage vendors. It is short, vendor-neutral, and a sensible first assignment for any team.
NIST National Cybersecurity Center of Excellence (NCCoE) Migration to PQC project. For architects and planners, the NCCoE’s Migration to Post-Quantum Cryptography project provides white papers, playbooks, and demonstrable implementations. Its companion project documentation site includes a detailed FAQ and the Special Publication 1800-38 series, which covers preparation, cryptographic discovery, and testing of draft standards in practical detail.
IBM’s Quantum Safe materials. IBM Quantum Safe publishes accessible explainers on the NIST standards, crypto-agility, and the discovery-then-remediation approach to migration. These are useful for technical and semi-technical audiences and are not gated behind a purchase, though they naturally reference IBM’s commercial tooling.
Curated link collections. Community-maintained resource lists — such as the widely referenced Post-Quantum Cryptography Resources repository on GitHub — aggregate primary sources, including the foundational deployment write-ups from Apple (its PQ3 protocol for iMessage), Cloudflare, Google’s Chromium team, and Signal. Reading how real platforms approached migration is among the most efficient ways to make the subject concrete.
Standards and Government Guidance
For anyone with a planning or compliance role, the primary documents matter more than any course. They are free and definitive:
- NIST FIPS 203, 204, and 205 — the finalized algorithm standards themselves.
- NSA CNSA 2.0 — the Commercial National Security Algorithm Suite, which mandates quantum-resistant algorithms for U.S. national security systems with category-specific deadlines and full quantum resistance targeted by 2035. Even outside national security work, CNSA 2.0 is a useful reference timeline.
- UK NCSC migration timelines — the National Cyber Security Centre’s guidance sets indicative target dates for migration activities, helpful for organizations operating in or with the UK.
- Cloud Security Alliance quantum-readiness guidance — a vendor-neutral framework that complements the government documents.
A team that has read the CISA factsheet, skimmed the three FIPS standards, and reviewed the CNSA 2.0 timeline will have a stronger foundation than one that has completed a generic course but never opened a primary source.
Structured PQC Resource Guide: Courses and Certifications
When you need a guided path rather than self-directed reading, structured courses provide pacing, assessment, and — where it matters — a credential.
Introduction to Post-Quantum Cryptography (edX, University System of Maryland / UMBC). A six-week online course aimed at beginning STEM learners, blending foundational theory with real-world context. This is a strong default for technical staff who need more than an overview but are not cryptographers.
Coursera cryptography pathways. Coursera does not yet center a single definitive PQC course, but its applied cryptography offerings (including the long-running Cryptography I) build the classical foundation that makes PQC comprehensible. Treat these as prerequisites for staff lacking cryptography fundamentals rather than as PQC training in themselves.
Class Central catalog. Class Central aggregates several hundred free and paid PQC and quantum-cryptography offerings across providers, including recorded technical talks and university lectures. It is the most efficient place to compare available courses and filter by depth, format, and cost.
Certified Quantum & Post-Quantum Cryptography Professional (QPQCP), Tonex. A two-day instructor-led certification course covering algorithms, transition strategy, and organizational readiness, with a formal exam. Useful where a recognized credential or structured cohort training is preferred. Confirm current scheduling and pricing directly, as public sessions are run periodically.
Practitioner lecture series (Quantum Security Defence / QSECDEF). Several specialist providers offer short, practitioner-delivered lecture series and membership libraries covering algorithms, migration strategy, crypto-agility, and the vendor landscape. These suit teams that want concise, deployment-focused content delivered by people who have led migrations. Evaluate cost and independence before committing, as offerings range from individual memberships to corporate licenses.
A reasonable approach is to use a free structured course (edX) for breadth and reserve paid certifications for staff whose roles benefit from a formal credential.
Hands-on Technical Resources for Engineers
Reading about ML-KEM is not the same as implementing it. For engineers, supervised hands-on work is where understanding consolidates.
Open Quantum Safe (OQS). Part of the Linux Foundation’s Post-Quantum Cryptography Alliance, OQS is the leading open-source environment for experimenting with quantum-resistant algorithms. Its core components are liboqs, a C library implementing the standardized and experimental algorithms; an OpenSSL 3 provider that integrates them into TLS; and a set of demos showing how to enable PQC in common software. The liboqs repository and the broader OQS organization on GitHub hold the code and instructions. The project explicitly states it is intended for prototyping and research and should not be relied on to protect sensitive data in production — an important caveat to communicate to any team using it. As a learning environment, however, it is unmatched.
Vendor and cloud libraries. Major providers offer production-oriented PQC implementations and integration guidance. Microsoft is integrating post-quantum algorithms into Azure and publishes open-source PQC libraries; AWS, IBM, and others contribute to and document quantum-safe tooling. Cloudflare’s engineering write-ups on deploying post-quantum key exchange at internet scale are particularly instructive, as the company reports that a large majority of human traffic across its network is already protected with post-quantum methods.
Specialist implementation resources. For embedded and constrained environments, firms such as PQShield (an Oxford University spin-out) publish material on PQC for devices with limited memory and bandwidth — relevant because the standardized algorithms use substantially larger keys than the elliptic-curve cryptography they replace.
A practical exercise: have engineers stand up a test TLS connection using the OQS OpenSSL provider, observe the larger handshake sizes, and document the performance characteristics. The hands-on contrast with classical cryptography teaches more than any slide deck.
Vendor, Consulting and Alliance PQC Resources
If your organization will engage external help, several industry groupings publish guidance that doubles as training material:
- IBM Quantum Safe offers explainers, discovery-and-inventory tooling documentation, and migration frameworks.
- The Quantum-Safe 360 Alliance (Keyfactor, IBM Consulting, Thales, and Quantinuum) has published guidance on crypto-agility and PQC transition aimed at enterprises beginning their readiness journey.
- The PKI Consortium maintains a Post-Quantum Cryptography Capable Components Matrix, useful for teams assessing which products already support PQC.
Treat vendor materials as valuable but interested parties: excellent for understanding deployment realities, best balanced against the vendor-neutral government and standards documents.
How to Structure an Internal Training Program
Resources are only useful inside a plan. A workable structure:
Stage one — shared baseline (all staff, ~2–3 hours). Assign the CISA/NSA/NIST factsheet and a NIST standards overview. The goal is common vocabulary: what a quantum is, what superposition and entanglement enable, why public-key cryptography (RSA, ECC, Diffie-Hellman) is the exposed surface, and what “harvest now, decrypt later” means for data that must stay confidential into the 2030s.
Stage two — role-based depth. Branch by audience using the map above. Executives stop after a strategy and timeline briefing. Architects and compliance staff work through the NCCoE materials and the relevant standards. Engineers move into structured courses and hands-on labs.
Stage three — applied work. Tie training to the organization’s actual migration. The universally recommended first operational step is a cryptographic inventory: cataloging where cryptography is used across TLS connections, VPNs, databases, signatures, authentication systems, and embedded devices, and recording how long each protected dataset must remain confidential. Having teams contribute to a real inventory turns abstract learning into institutional knowledge.
Stage four — maintenance. PQC is moving quickly; resource estimates and timelines have shifted materially within single years. Build in a recurring cadence — quarterly is reasonable — to review new standards (FIPS 206 is still finalizing), updated guidance, and deployment lessons from peers.
A Sample Four-Week Curriculum
For a security or engineering team starting from scratch, this sequence balances breadth and hands-on depth:
- Week 1 — Foundations. The quantum threat model, the three standardized algorithms, and the regulatory timeline. Reading: CISA factsheet, NIST standards overview, CNSA 2.0 timeline. Outcome: everyone can explain the threat and name ML-KEM, ML-DSA, and SLH-DSA.
- Week 2 — Strategy and standards. Cryptographic inventory, crypto-agility, hybrid deployment, and migration planning. Reading: NCCoE SP 1800-38 series; begin the edX course. Outcome: a draft inventory approach for one system.
- Week 3 — Hands-on. Build and test with Open Quantum Safe; observe key and handshake sizes; review a real deployment write-up (Cloudflare, Apple PQ3, or Google). Outcome: a working test integration and a short performance note.
- Week 4 — Application and planning. Complete the edX course; map findings to the organization’s systems; identify the highest-priority migration candidates — typically long-lived sensitive data facing sophisticated adversaries. Outcome: a prioritized first-phase migration plan.
Staying Current
The field changes fast enough that a one-time training effort will date quickly. Worthwhile ongoing sources include NIST’s NCCoE project updates, CISA advisories, the UK NCSC guidance, the Linux Foundation’s Post-Quantum Cryptography Alliance, and the engineering blogs of the major platforms actively migrating. Industry conferences and the published quantum threat-timeline reports from groups such as the Global Risk Institute help calibrate urgency as estimates evolve.
PQC Resource Guide Directory
Every resource referenced above, grouped for quick access.
Foundational and government guidance (free)
- CISA / NSA / NIST — Quantum-Readiness: Migration to Post-Quantum Cryptography
- NIST — Post-Quantum Cryptography project (plain-language overview and standards hub)
- NIST — PQC standardization process and FIPS 203/204/205
- NIST — FIPS 203 (ML-KEM) standard document
- NIST NCCoE — Migration to Post-Quantum Cryptography project
- NIST NCCoE — Migration project documentation and FAQ
- NSA — Post-Quantum Cybersecurity Resources (CNSA 2.0)
- UK NCSC — Timelines for migration to post-quantum cryptography
- Cloud Security Alliance — quantum-readiness resources
- GitHub — curated Post-Quantum Cryptography Resources list
- Post-Quantum Cybersecurity — Post-Quantum Cryptrography Guide
Courses and certifications
- edX (UMBC) — Introduction to Post-Quantum Cryptography
- Coursera — cryptography and quantum cryptography courses
- Class Central — PQC course catalog (free and paid)
- Tonex — Certified Quantum & Post-Quantum Cryptography Professional (QPQCP)
- Quantum Security Defence (QSECDEF) — PQC lecture series and membership
Hands-on technical resources
- Open Quantum Safe — project home
- Open Quantum Safe — liboqs library (GitHub)
- Open Quantum Safe — full organization, including the OpenSSL provider and demos
Vendor, consulting, and alliance resources
- IBM Quantum Safe
- Quantum-Safe 360 Alliance (Keyfactor, IBM Consulting, Thales, Quantinuum) guidance
You do not need a budget to begin training a team on post-quantum cryptography. The authoritative material — NIST’s standards, the CISA/NSA/NIST factsheet, the NCCoE migration project, and the Open Quantum Safe sandbox — is free, current, and sufficient to build real competence. Paid courses and certifications add structure and credentials where roles justify them, and vendor resources illuminate deployment realities. The decisive move is to match resources to roles, anchor the learning to a real cryptographic inventory, and revisit the material on a regular cadence, because the timelines are tightening and cryptographic migrations have historically taken far longer than organizations expect.



