// POST_QUANTUM_STANDARDS

NIST Post-Quantum Standards.

In August 2024, the U.S. National Institute of Standards and Technology (NIST) finalized the first post-quantum cryptographic standards — algorithms engineered to resist attacks from both classical and quantum computers. After an eight-year public competition, they are no longer research. They are federal standards, and migration begins now. Secuur is built on them.

The four standards.

Three are final. One is still in draft. Together they replace the public-key cryptography — RSA and elliptic curve — that a quantum computer can break.

01
NIST FIPS 203 · Final
CRYSTALS-Kyber
ML-KEM

Key encapsulation mechanism. Lattice-based (Module-LWE). The drop-in replacement for RSA and ECC key exchange — NIST's primary recommendation for TLS and hybrid key establishment. This is the one Secuur deploys to protect your data in transit.

02
NIST FIPS 204 · Final
CRYSTALS-Dilithium
ML-DSA

Digital signature algorithm. Lattice-based (Module-LWE / SIS). The primary replacement for ECDSA and RSA signatures — recommended for code signing, TLS certificates and document authentication.

03
NIST FIPS 205 · Final
SPHINCS+
SLH-DSA

Hash-based digital signatures. Security rests solely on hash-function properties — the most conservative, best-understood assumption in cryptography. Larger signatures, but independent of lattice math: the safe fallback.

04
NIST FIPS 206 · Draft
FALCON
FN-DSA · draft

Fast lattice-based signatures (NTRU lattices). Compact signature sizes — ideal for constrained devices, IoT and bandwidth-limited environments. Draft standard, finalization underway.

At a glance.

What each standard does, and what it replaces.

StandardAlgorithmTypeReplacesStatus
FIPS 203ML-KEM (Kyber)Key encapsulationRSA / ECDH key exchangeFinal
FIPS 204ML-DSA (Dilithium)Digital signatureRSA / ECDSA signaturesFinal
FIPS 205SLH-DSA (SPHINCS+)Hash-based signatureConservative signature fallbackFinal
FIPS 206FN-DSA (FALCON)Compact signatureConstrained / IoT signingDraft
FIPS 140-2Module validation, not an algorithmSuperseded by FIPS 140-3Historical (Sept 21, 2026)

FIPS 140-2 is now Historical — and it is a different thing from FIPS 203

These two numbers get conflated constantly, so it is worth separating them. FIPS 203, 204 and 205 are algorithm standards — they say which mathematics is approved. FIPS 140 is a validation standard — it says whether a particular cryptographic module, as built and tested by a lab, is certified to implement approved algorithms correctly.

On September 21, 2026, NIST's Cryptographic Module Validation Program moved all remaining FIPS 140-2 validations to the Historical list. FIPS 140-3 is now the only active validation standard.

What Historical status does and does not mean

  • It does not retroactively invalidate anything. Certificates issued before that date were not revoked, and a system running a FIPS 140-2 validated module keeps working.
  • It does change procurement. CMVP defines Historical modules as ones federal agencies should not include in new procurements. New purchases should specify FIPS 140-3 validated products.
  • It puts your vendors on a clock. If a supplier's only evidence is a FIPS 140-2 certificate, ask when their FIPS 140-3 validation lands. That is now a reasonable due-diligence question, not a pedantic one.
  • It is orthogonal to post-quantum. A FIPS 140-3 validated module is not automatically post-quantum, and a hybrid post-quantum deployment is not automatically FIPS 140-3 validated. You can need both, and they are earned separately.

Whether Historical-status modules remain acceptable in your existing deployments depends on your own agency guidance and contract terms — check those rather than assuming either way.

Our Readiness Scan flags where a host's negotiated cryptography is likely to depend on a module whose validation basis is now Historical, so the question reaches your inventory before it reaches a questionnaire.

Source: NIST CMVP — FIPS 140-3 Transition Effort ↗

Executive Order 14412 put dates on the standards

Standards say what good looks like. Executive Order 14412, "Securing the Nation Against Advanced Cryptographic Attacks," signed June 22, 2026, says when. It is the first instrument to attach firm federal deadlines to post-quantum migration across all federal agencies, rather than to national security systems alone.

RequirementApplies toDeadline
Post-quantum cryptography for key establishmentFederal high value assets and high impact systemsDecember 31, 2030
Post-quantum cryptography for digital signaturesFederal high value assets and high impact systemsDecember 31, 2031
Compliance with post-quantum FIPSFederal contractors, via the FAREnd of 2030

The contractor provision is the one most commercial organisations underestimate. If you sell to the federal government — directly or as a subcontractor — a FAR-flowed post-quantum requirement reaches you regardless of whether your own sector regulator has said anything about quantum.

Note the ordering: key establishment comes a year before signatures. That is deliberate, and it matches the threat. Key exchange is what Harvest Now, Decrypt Later attacks, because recorded traffic can be decrypted later. A signature cannot be retroactively forged on traffic already sent, so signatures can follow. It is also why a hybrid key exchange is the first move in any sane migration.

Source: Executive Order 14412 (June 22, 2026) ↗

What these standards mean for your business

Standardization is the starting gun, not the finish line. These algorithms are now the global reference point — vendors, browsers, cloud providers and regulators are aligning to them, and compliance frameworks such as CNSA 2.0 require them. The work ahead is migration.

The good news: you don't have to bet the business on a brand-new algorithm. The industry standard is hybrid key exchange — running classical X25519 and post-quantum ML-KEM-768 together so the connection only breaks if both are broken. Google, Cloudflare and Apple already ship exactly this. Secuur deploys it by default.

Where to start

Begin with FIPS 203 (ML-KEM). It protects data in transit — the part exposed to Harvest Now, Decrypt Later — and a hybrid deployment requires no changes to your applications. Signatures (FIPS 204 / 205) follow as your certificate authorities and vendors add support.

Want to know where you stand today? Run a free Readiness Scan — we negotiate a real handshake with your domain and return an A–F grade in about 20 seconds. Or read the complete post-quantum cryptography guide and the deep dive on the NIST standards.

Frequently asked questions

What are the NIST post-quantum cryptography standards?

In August 2024, NIST finalized the first post-quantum standards: FIPS 203 (ML-KEM) for key encapsulation, FIPS 204 (ML-DSA) for digital signatures, and FIPS 205 (SLH-DSA) for hash-based signatures. FIPS 206 (FN-DSA, based on FALCON) is in draft. All are designed to resist attacks from both classical and quantum computers.

What is the difference between FIPS 203 and FIPS 204?

FIPS 203 (ML-KEM) is a key encapsulation mechanism used to establish shared secret keys — it replaces RSA and ECDH key exchange. FIPS 204 (ML-DSA) is a digital signature algorithm used to prove identity and integrity — it replaces RSA and ECDSA signatures.

Is FIPS 206 (FALCON) finalized?

No. As of 2026, FIPS 206 (FN-DSA, based on the FALCON algorithm) is still in draft. The three finalized standards are FIPS 203, 204 and 205, published in August 2024.

Which NIST standard should my business use first?

Start with FIPS 203 (ML-KEM). It protects data in transit by securing the TLS and VPN key exchange against Harvest Now, Decrypt Later, and it can be deployed in hybrid mode (X25519 + ML-KEM-768) with no application changes.

Source: NIST Post-Quantum Cryptography Standardization ↗