The White House has drastically shortened its deadline for federal systems to drop quantum-vulnerable cryptography. For Australian SMBs supplying to government or holding long-lived regulated data, that compressed timeline is not a distant US federal concern — it is a present vendor-risk and data-security obligation. This checklist converts the deadline into the eight actions that matter this week.
TL;DR
The White House has compressed the federal deadline for migrating off quantum-vulnerable cryptography. The “harvest now, decrypt later” threat means data encrypted today with RSA or ECC is already at risk. SMBs supplying to government or holding regulated data should start their cryptographic inventory this week — not when quantum computers are newsworthy.
Definition
Post-Quantum Cryptography (PQC) — A class of cryptographic algorithms designed to be secure against both classical computers and future quantum computers. NIST finalised three PQC standards in August 2024: FIPS 203 (ML-KEM / Kyber, for key encapsulation), FIPS 204 (ML-DSA / Dilithium, for digital signatures), and FIPS 205 (SLH-DSA / SPHINCS+, for stateless hash-based signatures). These replace RSA and ECC in the federal compliance boundary and represent the migration target for any vendor operating within it.
Key questions answered
What did the White House executive order change?
It drastically shortened the timeline for federal systems to migrate off quantum-vulnerable cryptography — compressing a previously long-horizon requirement into an accelerated compliance window that now cascades to federal contractors and vendors.
Why do SMBs need to act before quantum computers exist?
The harvest-now-decrypt-later (HNDL) attack collects encrypted data today using existing tools, then decrypts it once a sufficiently powerful quantum computer is available. If the data must stay confidential for five or more years, the window for theft is already open.
Where should an SMB start?
Start with a cryptographic inventory: every system that uses RSA, ECC, or Diffie-Hellman key exchange for encryption, authentication, or signing. That map is the prerequisite for every migration decision that follows.
The signal: why this deadline is different
Cryptographic migration deadlines have existed for years. The shift from SHA-1 to SHA-256 played out across a decade. The deprecation of TLS 1.0 and 1.1 was announced, ignored, and then forced by browsers. Each of those migrations was painful enough that organisations who waited until the last signal — a browser warning, a failed handshake, a compliance audit — paid a premium in emergency remediation.
The White House executive order compressing the quantum-crypto deadline is a different category of signal. It is not a browser vendor making a unilateral decision about a specific protocol version. It is a federal government accelerating the migration timeline for the entire public-key infrastructure that underpins secure communication across every US federal system — and, by extension, every vendor and contractor that interfaces with those systems.
A compressed federal deadline does not stay federal. It flows downstream to every contractor, vendor, and technology provider in the supply chain. Australian SMBs with US government exposure are inside that boundary today.
For Australian operators, the relevant secondary signal is the Australian Signals Directorate (ASD) and the Australian Cyber Security Centre (ACSC), which align their guidance closely with NIST standards. What the White House mandates for federal systems tends to set the benchmark that Australian government procurement follows within a planning cycle. An SMB that waits for the ACSC mandate before starting is likely to begin migration after their government clients have already started asking procurement questions about it.
The harvest-now-decrypt-later threat model
Understanding why the deadline matters now — before quantum computers are commercially available — requires understanding the attack pattern it is designed to close.
The harvest-now-decrypt-later (HNDL) threat works as follows: an adversary intercepts and stores encrypted traffic or data today, using existing network access or a prior compromise. The data is unreadable with current computing resources. The adversary archives it and waits. When a sufficiently powerful quantum computer becomes available — projections for cryptographically relevant quantum hardware vary, but serious state-level actors are treating it as a decade-scale problem, not a century-scale one — the archived data can be decrypted retroactively.
Who is most exposed
Organisations holding data that must remain confidential for five or more years: legal contracts, health records, financial instruments, government submissions, intellectual property, source code, and credentials used in long-lived authentication systems.
What “harvest” looks like
Bulk interception of encrypted traffic at network chokepoints, exfiltration of encrypted backups, or compromise of TLS session logs. None of this requires decryption today — only storage. State-level actors have been running HNDL operations against high-value targets for years.
Why migration timing matters
Data encrypted with RSA-2048 today is exposed to HNDL regardless of when you migrate. The migration deadline does not protect data already in transit or storage — it protects data created after migration is complete. Starting earlier means less harvested exposure.
The HNDL threat model is the reason the migration is urgent now even though quantum computers capable of breaking RSA are not yet commercially available. The encrypted data being targeted is already in transit and in storage. The window for reducing that exposure is open today and closes incrementally as more sensitive data accumulates under quantum-vulnerable encryption.
The post-quantum migration checklist for SMBs
The checklist below is structured in three phases: audit work that should happen immediately, vendor-dependency assessment that follows, and migration sequencing for the medium term. Work through the phases in order — you cannot prioritise migration without first knowing what you are migrating.
Map every public-key cryptographic dependency. List all systems that use RSA, ECC, or Diffie-Hellman for encryption, authentication, or signing. Start with TLS/HTTPS certificates, code-signing certificates, SSH keys, VPN authentication, and API tokens. This is the prerequisite for everything else.
Identify long-lived data under quantum-vulnerable encryption. Flag data that must remain confidential for five or more years and is currently protected by RSA or ECC encryption. This is your HNDL exposure and your highest-priority migration scope.
Check your government contract obligations. Review any contracts or panels with federal or state government for FIPS compliance clauses, cryptographic standards requirements, or security framework references (ISM, IRAP, ASD Essential Eight). These are the points where a federal mandate flows into a contractual obligation.
Query your cloud providers on PQC readiness. Ask your primary cloud, CDN, and email providers for their post-quantum TLS and key-management roadmap. Major providers (AWS, Azure, GCP, Cloudflare) are already deploying hybrid post-quantum TLS. Know where you sit on their rollout timeline.
Audit your certificate authority (CA) and PKI stack. Confirm your CA and certificate management tools can issue, rotate, and revoke PQC-compatible certificates. Certificate lifecycle management is the operational layer most SMBs underestimate in migration planning.
Review software dependencies that perform cryptographic operations. Check libraries (OpenSSL, BoringSSL, libsodium, language-native crypto modules) against current PQC support status. Many are adding ML-KEM and ML-DSA support in 2025–2026 release cycles. Know your version posture.
Assess identity and access management (IAM) exposure. SSO providers, MFA systems, and hardware security keys that rely on RSA or ECC public-key infrastructure will need PQC-compatible upgrade paths. Confirm your IAM vendor’s timeline before assuming it is covered.
Prioritise TLS as the first migration surface. TLS certificate renewal is the lowest-friction entry point. Hybrid post-quantum TLS (combining classical and PQC key exchange, so either can protect the session) is already deployable via Cloudflare, AWS Certificate Manager, and major CDNs. Renewing certificates on the next natural rotation cycle with hybrid PQC support is a manageable starting point that reduces exposure without a full-stack migration.
⚠
The phased migration reality
No SMB completes a full post-quantum migration in a single sprint. The practical path is: inventory first, high-HNDL-exposure data second, TLS renewal third, then vendor dependency remediation as library and provider support matures. An organisation that completes Phase 1 and begins Phase 2 this quarter is materially ahead of one that treats the deadline as a 2027 problem.
The NIST PQC standards: what SMBs need to know
NIST finalised three post-quantum cryptographic standards in August 2024 after an eight-year selection process. These are the algorithms the federal migration targets, and the ones SMBs should be asking their vendors about.
Standard
Algorithm
Use case
Replaces
FIPS 203
ML-KEM (formerly Kyber)
Key encapsulation / key exchange. Used to establish shared secrets in TLS, VPN, and secure messaging.
RSA key transport, ECDH key agreement
FIPS 204
ML-DSA (formerly Dilithium)
Digital signatures. Used for document signing, software signing, certificate signing, and authentication tokens.
RSA signatures, ECDSA
FIPS 205
SLH-DSA (formerly SPHINCS+)
Stateless hash-based signatures. An alternative signature scheme with different security assumptions — suited for high-assurance signing where ML-DSA is not acceptable.
RSA signatures, ECDSA
For most SMBs, the relevant practical question is not which algorithm to implement directly — that will be handled by libraries and platform providers — but whether the vendors and libraries they depend on have updated to support these standards and on what timeline.
The key distinction for procurement conversations: asking a vendor “are you quantum-safe?” is not sufficient. The specific question is: “Do you support hybrid post-quantum TLS using ML-KEM (FIPS 203) for key exchange and ML-DSA (FIPS 204) for certificate signing, and what is your timeline for full PQC-native support without the classical hybrid?”
Priority matrix: how to triage your exposure
Not every cryptographic dependency carries equal risk. The migration priority framework below maps data sensitivity and confidentiality horizon against migration complexity to help SMBs sequence their effort.
Migrate first Now
Long-lived regulated data (health records, financial instruments, legal agreements, government submissions) encrypted at rest or in transit with RSA or ECC. Any system used in government contract delivery. Code-signing infrastructure if you ship software to government clients.
Migrate next 6–12 months
TLS certificates on customer-facing services. Authentication systems (SSO, MFA) that use public-key cryptography. VPN and remote access infrastructure. API authentication tokens with long expiry windows.
Plan and track 12–24 months
Internal-only systems handling non-sensitive data. Legacy systems where migration requires significant architectural change. Dependencies where vendor PQC support is not yet available — track vendor roadmaps quarterly.
The common failure mode is treating PQC migration as an all-or-nothing infrastructure project and therefore not starting it. The priority matrix exists to make the opposite case: starting with the highest-HNDL-exposure data and the easiest migration surfaces (TLS renewal) creates measurable risk reduction immediately, while the longer tail of the migration runs in parallel over a 12–24 month horizon.
The vendor conversation you need to have now
Most SMBs are not implementing post-quantum cryptography directly. They are inheriting it from their cloud providers, CDN, certificate authorities, IAM vendors, and software libraries. The migration readiness of those vendors is therefore the practical constraint on the SMB’s migration timeline.
The following questions, asked of each cryptographic dependency vendor, turn the abstract deadline into a concrete vendor-risk assessment:
Vendor PQC readiness questions
Do you currently support hybrid post-quantum TLS (ML-KEM / FIPS 203) in production, and is it enabled by default or opt-in?
What is your timeline for issuing TLS certificates signed with ML-DSA (FIPS 204) rather than RSA?
Do your APIs authenticate using RSA or ECC key pairs, and when will you support PQC-native authentication?
Does your key management service (KMS) support wrapping keys with ML-KEM, and on what timeline?
Have you published a post-quantum cryptography migration roadmap or security advisory? If yes, where is it?
Do you hold any of our organisation’s data encrypted with quantum-vulnerable algorithms, and what is your data migration plan?
A vendor who cannot answer items 1 and 2 without escalating to their engineering team is a vendor who has not started. That is a legitimate finding to include in your internal migration risk register and, where relevant, your government contract security documentation.
What the deadline compression means for procurement
The White House compressed deadline changes the procurement conversation in two directions: it creates a buying trigger for SMBs that need PQC-capable tools, and it creates a vendor-evaluation filter for any technology procurement made from this point forward.
Any technology purchase made today under a three-to-five year contract that does not include PQC readiness commitments is a procurement that will require renegotiation or replacement before the contract term ends. That includes cloud contracts, CDN agreements, IAM platforms, backup and encryption services, and security tooling with embedded cryptographic operations.
A technology contract signed today without a PQC migration clause is a contract that will expire before the migration is optional. Price the re-procurement cost into the evaluation now, or pay it as an emergency mid-contract upgrade later.
The practical procurement addition is a PQC readiness clause that mirrors what buyers now demand in AI vendor contracts for accuracy SLOs and model version change notifications: a stated timeline for PQC support, a notification obligation when the migration path is available, and an exit right if the vendor fails to deliver PQC-compatible service before the compliance window closes.
Assessing your cryptographic exposure?
RFE Online’s Applied Intelligence practice covers production security assessments, vendor risk evaluation, and the governance layer that connects compliance deadlines to operational action. If the White House deadline has triggered an internal question about your organisation’s cryptographic posture, a discovery call is worth 30 minutes of your time.
Ars Technica: White House drastically shortens deadline for dropping quantum-vulnerable crypto (June 2026)The news signal that anchors this piece — an executive order compressing the federal timeline for migrating off RSA, ECC, and related quantum-vulnerable public-key algorithms. The primary source for the deadline change.arstechnica.com — executive-order-bumps-up-deadline-to-move-off-quantum-vulnerable-crypto
NIST: Post-Quantum Cryptography Standards (FIPS 203, 204, 205 — August 2024)The three finalised post-quantum cryptographic standards: ML-KEM (FIPS 203), ML-DSA (FIPS 204), and SLH-DSA (FIPS 205). These are the migration targets for any system within or adjacent to the federal compliance boundary.nist.gov/cybersecurity/post-quantum-cryptography
RFE Online: AI Vendor SLA Red Flags: What to Demand in the Contract Before You SignThe parallel procurement discipline for AI vendor agreements — the same model of contract-level risk assessment applies to any technology vendor making commitments that must hold over a multi-year compliance horizon.rfeonline.com.au/insights/applied-intelligence/ai-vendor-sla-red-flags
RFE Online: Securing the Agentic OutputThe two-layer security discipline for agentic systems — the substrate security layer (cryptographic infrastructure) and the output security layer (what agents write and execute). Post-quantum migration is a substrate-layer obligation that agentic service deployments inherit.rfeonline.com.au/insights/applied-intelligence/securing-the-agentic-output
Production governance for AI code and agentic workflows — code hardening, transaction controls, monitoring layer, and FinOps. Join the masterclass waitlist or book a discovery call.
AI agents writing code or executing transactions need production controls before they touch customers, money, or critical workflows. Join the waitlist for the masterclass on auditing the AI agents already inside your business.