Security Guide · Cryptographic Resilience

Post-Quantum Resistance.

A large enough quantum computer will break the public-key cryptography the internet runs on today. The algorithms to replace it are now standardised — the real work is migration. This is the problem in plain terms, and how the entityOS closed-internet architecture is built to absorb it.

Harvest Now, Decrypt Later NIST FIPS 203 / 204 / 205 Crypto-Agility KERI Pre-Rotation Closed Internet
The Core Idea

Quantum doesn't attack your systems. It attacks your maths.

The keys break, not the code

A cryptographically-relevant quantum computer running Shor's algorithm can factor and solve discrete logs efficiently — collapsing RSA, Diffie-Hellman and elliptic-curve keys. No bug, no patch: the hard problem simply stops being hard.

The theft has already started

Adversaries record encrypted traffic today and hold it to decrypt once the hardware matures — “harvest now, decrypt later.” Anything with a long confidentiality life is at risk in the present tense, not on some future Q-Day.

The replacements are ready

NIST finalised its first post-quantum standards in August 2024. The unknown is no longer which algorithm — it is whether your architecture can migrate to it in time, and whether it was designed to migrate at all.

The question is no longer “is quantum real?” It is “can what I built move?”

The Problem

The locks don't break evenly.

Two quantum algorithms threaten today's cryptography, and they threaten it very differently. Understanding which is which decides where migration effort actually goes.

Shor — catastrophic

Public-key cryptography is broken outright. What protects nearly every key exchange and signature on the internet today simply falls.

  • RSA-2048 — key exchange and signatures. Recoverable from the public key alone.
  • ECDH / ECDSA — the elliptic-curve handshakes and signatures behind TLS. Same fate.
  • The instant a capable machine exists, every recorded session that used them becomes readable.
Grover — survivable

Only a quadratic speed-up against symmetric ciphers and hashes. Doubling the key size restores the margin — and hashes are the foundation of what comes next.

  • AES-256 — effective strength drops to ~128 bits. Still comfortably secure.
  • SHA-256 / SHA-384 — margins intact; the one-way property holds.
  • Symmetric and hash primitives survive — the property entityOS builds its identity layer on.
Why it's urgent now

“Harvest now, decrypt later” moves the deadline forward. Data intercepted today — medical records, credentials, contracts, anything with a confidentiality life beyond ~2030 — can be banked now and opened the day the hardware arrives. For long-lived secrets, waiting for Q-Day is already too late.

The Response

The standards are done. Migration is the hard part.

After an eight-year process, NIST published the first post-quantum standards on 13 August 2024. They are not interchangeable — each replaces a specific job classical crypto does today.

FIPS 203

ML-KEM

Module-lattice key encapsulation (from CRYSTALS-Kyber). The primary tool for key establishment — the direct replacement for RSA and ECDH in a TLS handshake.

FIPS 204

ML-DSA

Module-lattice digital signatures (from CRYSTALS-Dilithium). NIST's default signature scheme — the replacement for RSA-PSS and ECDSA in certificates and code signing.

FIPS 205

SLH-DSA

Stateless hash-based signatures (from SPHINCS+). Slower and larger, but resting on a different mathematical foundation — insurance against a break in the lattice family.

FIPS 206 · in progress

FN-DSA + HQC

FN-DSA (Falcon) adds compact lattice signatures; HQC, selected March 2025, is a code-based backup KEM. Together they give the suite algorithm diversity if any one family weakens.

The clock is the real constraint.

A June 2026 U.S. executive order and NSA's CNSA 2.0 set the migration horizon. The dates below are the planning reality — and they assume you can find and move every use of vulnerable crypto in your estate first.

2025

CNSA 2.0: post-quantum required for new national-security systems.

2027

Federal Commerce post-quantum migration pilot.

2030

Key-establishment migration; RSA & ECC deprecated for new systems.

2031

Digital-signature migration deadline for federal civilian systems.

2035

RSA & ECC disallowed entirely, including legacy interoperability.

Hybrid X25519 + ML-KEM handshakes already ship in Chrome, Cloudflare, AWS and Google — the migration is underway, not theoretical.

Risk Map

Where the exposure actually lives.

Not every primitive is in danger, and not every fix is the same. This is the honest picture of what a quantum adversary reaches — and the entityOS path for each.

Primitive Role today Under a quantum adversary entityOS path
RSA-2048 Key exchange & signatures Broken (Shor) Hybrid ML-KEM at transport
ECDH / ECDSA TLS handshake & signatures Broken (Shor) Hybrid ML-KEM · ML-DSA
AES-256 Bulk data encryption Safe (~128-bit) Retained
SHA-256 / 384 Hashing & digests Safe, margin intact Core of KERI pre-rotation
KERI pre-rotation Identity key rotation & recovery PQ by construction Stage 3 — SSI (KERI / ACDC)

The signing keys themselves still migrate to post-quantum signature suites. What pre-rotation protects is the rotation and recovery mechanism — so a break in a live key can never seize the identity.

The entityOS Answer

Three stages, one property: shrink what quantum can reach.

entityOS is not a new cipher. It is a layered, crypto-agile architecture — each stage independently reduces exposure and can adopt NIST post-quantum primitives as they land.

01
Stage 1 — IP allowlisting
Treats the public internet as hostile and closes it off. Fewer reachable endpoints means far less traffic an adversary can harvest today to decrypt tomorrow.
Harvest surface
02
Stage 2 — mTLS + X.509
Cryptographic identity on every connection, negotiated per-session. Built to run hybrid X25519 + ML-KEM handshakes, so the transport layer migrates without redesign.
Crypto-agile
03
Stage 3 — KERI / ACDC self-sovereign identity
Pre-rotation commits the next key as a hash digest, never exposing it until use. To forge a rotation, an attacker must first invert a one-way hash — post-quantum resilient by construction.
PQ identity

The layered design is the point. Each stage migrates on its own timeline — network, transport, then identity — so adopting ML-KEM, ML-DSA or their successors never means rebuilding the platform.

Outcomes

What the architecture buys you.

A smaller harvest surface

Closing the public edge cuts how much encrypted traffic an adversary can record now to break later — the harvest-now-decrypt-later threat is reduced before any algorithm changes.

Crypto-agility by design

Because trust is enforced in layers, each can swap to a post-quantum primitive independently. Adopting NIST FIPS 203 / 204 / 205 is a configuration path, not a re-architecture.

Post-quantum identity & recovery

KERI pre-rotation protects the identity's control and recovery with one-way hashes, so a compromised live key — even to a quantum attacker — can never seize the identifier.

The Takeaway

Start now — not at Q-Day.

The post-quantum transition is not a single switch on a future date. It is inventory, then layered, staged migration — and it starts the moment your data has a confidentiality life longer than the hardware timeline.

entityOS is built for exactly that: a closed-internet edge that shrinks what can be harvested, a crypto-agile transport ready for hybrid ML-KEM, and a KERI identity layer that is post-quantum resilient by construction.