Logarchéon · Research Demonstration

MSIA Encryption Demo

This tool locks a short message so only someone with the same secret key can read it — like a padlock where the key is a set of numbers you choose. The lock is built from advanced math (the geodesic length spectrum of a Fuchsian group; the key is the entries of g Möbius generators), but you don't need to know any of that to use it. Just pick your numbers, type a message, and press a button. Everything runs on your own device — nothing is sent anywhere. This is a research demo, not a vetted security product. Source · U.S. Patent Pending 64/067,703.

How to use it — 3 simple steps

  1. Make your secret key. Tap Load demo key to fill in a ready-made one, or type your own numbers. Both sides — sender and reader — must use the exact same key. (Advanced: the key is g generator matrices; the page checks they're valid as you type.)
  2. To send a secret message: use the blue box below. Type your message, press Encrypt, then Copy the scrambled code and send it to your friend. Also tell them your key and the settings you used.
  3. To read a message you got: use the gold box. Put in the same key and settings, paste the scrambled code, and press Decrypt. Your message appears.

New to this? Start with the green practice box just below — it's the easy version. Then come down to the full tool.  ·  Already know how? Open the standalone tool ↗

★ Start here — simplified version

Try the cipher

This uses the same algorithm as the full tool below, with two generators fixed and standard mode only. Enter a key, type a message, encrypt it, then decrypt to see it come back. The trace formula check runs live as you type.

Step 1 · Your key — two 2×2 matrices

Each matrix must be hyperbolic: the trace (top-left + bottom-right diagonal) must satisfy |trace| > 2 — meaning the sum is greater than 2 or less than −2. This is the geodesic condition. The cipher checks it live for each matrix as you type.

T₁ — first generator
trace (a+d) = ?
T₂ — second generator
trace (a+d) = ?
Fill all eight boxes above, or tap a key below.
✓ Valid keys — tap to fill
✗ Invalid keys — tap to see why they fail
Step 2 · Encrypt a message
0 / 64
Scrambled code
Scrambled code appears here.
Step 3 · Decrypt
Your message
Your message appears here.

Ready for more?

The full tool below lets you choose 2–6 generators, High mode for stronger encryption, and an optional AES-GCM outer wrap.

Go to the full tool ↓   Open standalone ↗
Initializing…
Strength (generators)
Mode (precision)
Hide method (extra lock)

How hard is it to crack? (changes with your settings)

Number of possible keys
Time to crack — normal computer
fastest computers today
Time to crack — future quantum computer

① Send a secret message

Put in your key, type your message, and press Encrypt. You'll get scrambled code to copy and send.

Step 1 · Your secret key — the numbers
These boxes are your key. Tap Load demo key for a ready-made one, or type your own numbers (decimals and negatives are fine). The page shows a green check when the numbers work. (Advanced: each box-set is a 2×2 generator matrix; each must be hyperbolic — its two corner-to-corner numbers add to more than 2, or less than −2.)
Fill the boxes, or tap Load demo key.
Step 2 · Your message
Type anything — any language, emoji, or symbols.
message size: 0 / 64
Step 3 · Scramble it
Scrambled code — copy this and send it
Your scrambled code will appear here. Send it to your friend along with the key and settings.

② Read a secret message

Use the same key and settings the sender used, paste their scrambled code, and press Decrypt.

Step 1 · The same secret key
Enter the exact same numbers the sender used. If even one is different, it won't open. (And set the same Strength and Mode at the top.)
Enter the same numbers the sender gave you.
Step 2 · The scrambled code
Paste the code your friend sent, or open their saved file.
Step 3 · Open it
The message
The secret message will appear here.

Notes

MSIA is one small worked example from a larger study of post-quantum cryptographic primitives rooted in the Langlands program, hyperbolic geometry, and related number-theoretic structures. That study sits alongside Logarchéon’s primary research tracks in ASI seed architecture (the CEAS / Ψ-operator / GRAIL triadic framework) and Indo-Pacific lawfare — it is not the center of those programs, but draws on the same mathematical substrate.

The construction came from the matrix identity det(I − zA)⁻¹ = exp(Σ Tr(Aᵐ)zᵐ/m), which translates simultaneously between symbolic dynamics, linear algebra, and spectral geometry. Making that translation one-way is the cryptographic idea; the specific hard problem is the length-spectrum inverse problem for Kleinian groups in ℍⁿ, n≥3. See the detailed sections below the tool for the full mathematical development.

Pure algebraic (Sparse)

not secure as-is
Decryption by Vandermonde inversion of the power-sum traces — no hash. Mathematically closest to the bare construction; not cryptographically secure on its own and carries no authentication.

Hashed FO-KEM (this demo)

authenticated
Lengths → SHA-512 → 256-bit key, XOR keystream, HMAC-SHA-512 tag. Gives authentication (CCA2-style). The demo faithfully implements the geometric construction, but since the formal hardness proofs are still in progress, it derives the cipher key through SHA-512 so a well-studied security floor is in place today; the brute-force and quantum figures in the live panel above measure that SHA-512 floor. Note: SHA-512 is NSA-designed and NIST-standardized — the same institutional provenance as Dual_EC_DRBG, the only NIST-standardized algorithm for which a backdoor was subsequently documented (2013). No weakness in SHA-512 is known; the trust is conditional, not provable. See §7 below.
⚠ Institutional trust caveat

SHA-512 is NSA-designed and NIST-standardized — the same institutional relationship that produced Dual_EC_DRBG. Dual_EC_DRBG (Dual Elliptic Curve DRBG) was standardized by NIST in 2006. Documents disclosed in 2013 showed the NSA had inserted a backdoor by controlling the elliptic curve point selection; RSA Security was reportedly paid to make it the library default. It remains the only NIST-standardized cryptographic algorithm for which a deliberately inserted backdoor has been documented. SHA-512 (FIPS 180-2, 2001) is NSA-designed under the same institutional relationship, and HMAC-SHA-512 derives its security entirely from SHA-512. No weakness in SHA-512 is publicly known. But under the legal regime described in §7–§8 — CALEA, §702, compelled-assistance frameworks that reach standards bodies — that guarantee cannot be verified from outside the design process. The floor presented by this demo is a conditional trust, not a mathematical proof of security. The Algebraic constructions section above runs the original MSIA design with no hash in the path and no reliance on this institutional trust.

Brute-force & quantum resistance

Each generator adds four real key parameters (~97 bits at High precision). Once the key space exceeds the 256-bit derived key, the SHA-512 floor dominates; under Grover that floor is 2¹²⁸ — the NIST quantum-safe bar.

configkey spaceclassicalquantum (Grover)quantum-safe?
Standard g=22⁶¹~21 min (nation-state)instantno
High g=22¹⁹⁴> age of universe~10⁶ yrno (2⁹⁷)
High g=32²⁵⁶ (SHA-capped)> age of universe> age of universeyes (2¹²⁸)
High g≥42²⁵⁶ (SHA-capped)> age of universe> age of universeyes (margin)

Offline use — and its real limits

All computation runs locally in your browser. Once loaded, the page requires no network — disconnect Wi-Fi and encrypt/decrypt still work. That is the software isolation boundary. It is not the full threat model.

⚠ Hardware threat model

Offline browser use does not defeat hardware-layer adversaries. Modern devices contain multiple subsystems capable of communicating independently of the operating system and browser: Intel Management Engine (ME) and AMD Platform Security Processor (PSP) are always-on coprocessors with their own firmware, memory, and in some configurations network access, running below the OS at ring −3; mobile and laptop baseband chips maintain a separate radio stack that does not pass through the OS network layer; out-of-band management interfaces (IPMI, iDRAC, iLO) on server hardware operate similarly. A side-channel attack does not require any of these to exfiltrate data over an obvious network path — electromagnetic emissions from the CPU during computation, power-line analysis, acoustic side channels from cooling fans and capacitors, and cache-timing attacks have all been demonstrated against air-gapped targets in academic literature.

The Salt Typhoon intrusion — in which PRC-affiliated actors reached the lawful-intercept infrastructure inside U.S. carrier networks — illustrates the same principle at scale: the attack surface is not the encrypted channel but the hardware and firmware layer beneath it, which the intercept mandate requires to be maintained and reachable. The author identified this class of carrier-infrastructure vulnerability as the critical attack vector before Salt Typhoon became public news. The implication for this demo: running the browser offline removes the network-layer threat, but not the firmware, hardware-subsystem, or side-channel threat. For adversary-grade protection against those vectors, the implementation must run on verified, audited hardware with a reduced firmware attack surface — which is outside the scope of a browser demo.

This page is a research demonstration of the mathematical construction. For a commercial-scale implementation addressing the hardware threat model — air-gapped deployment, audited firmware stack, side-channel hardening — see the contact below.

Choosing the key

Each number may be positive or negative and need not be a whole number (e.g. -2.5, 1.41421356). Each generator must be hyperbolic: its two diagonal numbers add to more than 2 or less than −2, checked live. Digit count does not affect speed — a double is 64 bits regardless. More digits give a larger key space at no speed cost.

Demo scope

This demo handles short messages (up to 64 bytes). The method generalizes to full documents and files in a native implementation; the limit is a property of this demo, not of the construction.

Logarchéon Inc. · Commercial Enquiries

Engagements & Licensing

Logarchéon is a U.S.-owned C-Corp research laboratory. The constructions on this page — and the policy analysis in §7–§11 — translate into several distinct commercial and government engagement tracks. All are available for discussion.

U.S. Government

SBIR / STTR & DoD contracts

As a U.S.-owned C-Corp with fewer than 500 employees, Logarchéon is SBIR/STTR eligible. Active DoD SBIR topics in post-quantum cryptography span DARPA, NSA, AFRL, and OSD — Phase I is roughly $250K over six months; Phase II roughly $1.75M over two years, non-dilutive. CISA and NSA also carry research grant programs directly relevant to the §7–§10 policy analysis. The Indo-Pacific lawfare series translates into DoD and State Department advisory contracts.

European Data Sovereignty

Schrems II / post-Privacy-Shield market

The CJEU's Schrems I and Schrems II rulings invalidated EU–US data transfer frameworks on the grounds that §702 and EO 12333 reach EU data held by U.S. providers. European companies, government agencies, and the European Commission itself have a documented institutional demand for encryption not based on NSA/NIST-adjacent standards — exactly the case §7–§8 makes. MSIA's independence from NSA-designed primitives is a direct selling point. Export under License Exception ENC after a one-time BIS notification.

Five Eyes + Coalition Partners

Australia · Canada · UK · New Zealand

The most natural international government clients given the Indo-Pacific lawfare series and Salt Typhoon advisory work. All four are on the general favorable treatment list for License Exception ENC. Australia is particularly acute: the AUKUS pact creates active demand for alternative cryptographic frameworks not dependent on the NSA standard stack, and Australia's own TOLA Act experience means their government agencies have confronted the backdoor problem more directly than most.

Coalition of the Willing

Taiwan · Japan · South Korea · Poland + CEE

Indo-Pacific democracies and NATO eastern flank states facing the same adversary threat model — PRC and Russian offensive cyber programs targeting the same CALEA/NIST-stack infrastructure — with active PQC migration programs and strong institutional interest in hardness assumptions independent of the NSA design lineage. Taiwan's position is unambiguous: it operates under continuous PRC pressure and has every reason to hold encryption whose security guarantee does not pass through institutions the PRC has documented programs to influence. Poland and the Central-Eastern European NATO members similarly: frontline states with a lived understanding that the intercept-mandate architecture was not designed for a world in which Russia is conducting active warfare on NATO's border.

Production Implementation

Hardware-hardened deployment

This page demonstrates the mathematical construction in a browser sandbox. A production implementation addresses the hardware threat model explicitly: verified firmware stack, Intel ME / AMD PSP surface reduction, side-channel hardening, larger message and file sizes, and key management protocols suitable for classified or commercially sensitive deployment. Available under license or as a consulting engagement.

Policy & Legal Strategy

Expert analysis · §7–§10 · Indo-Pacific lawfare

The CALEA / §702 / CLOUD Act / Schrems II policy analysis in §7–§11 and the Indo-Pacific lawfare series (co-authored with Dr. Joanna Siekiera) are directly relevant to law firms, financial institutions with cross-border data exposure, think tanks, and government advisory mandates. Expert witness, retainer consulting, and publication-based engagements available.

Contact the founder → U.S. Patent Pending 64/067,703 · Logarchéon Inc. · All engagements subject to applicable U.S. export regulations (EAR / ITAR)
Faithful implementation · original MSIA design

Algebraic constructions — companion matrices & trace recovery

How this differs from the demonstrations above. The tutorial and the everyday tool exist to teach the workflow — key in, message in, ciphertext out — and in implementation they still derive their keystream through a hash (the SHA-512 / FO-KEM floor noted in the footer). This section is the fair demonstration: it runs the original MSIA design directly, with no hash anywhere in the encryption path. Security rests on the algebraic structure itself — the trace-recovery problem — analyzed in MSIA in Depth below. This matters on two dimensions, not one. The first is mathematical: the security argument moves from "trust a hash function" to "trust a published open problem in arithmetic geometry." The second is institutional: the hash-free path places no reliance on NSA-designed, NIST-standardized primitives developed under the same legal and institutional framework described in §7 below. SHA-512 is NSA-designed (FIPS 180-2, 2001). The only NIST-standardized algorithm for which a deliberately inserted backdoor was subsequently documented is Dual_EC_DRBG — also NSA-designed, standardized 2006, backdoor disclosed 2013. No weakness in SHA-512 is known; but under the legal regime described in §7, that guarantee cannot be independently verified from outside the design process. The algebraic construction here requires no such trust: its hardness is a public mathematical statement whose analysis is open to the entire research community and is not contingent on the integrity of any government-adjacent standards body.

Each character's count becomes a companion block of x−1; the blocks are assembled by block-diagonal concatenation and disguised by a random diagonal similarity D−1AD; and for the pure-algebraic variant, decryption recovers the message by solving the Vandermonde system from the power-trace vector T — no hash involved.

Construction
Generators

Encryption key — generator matrices

The key is a set of 2×2 generators. Each must be hyperbolic: |trace| > 2. Lengths ℓ are derived from these, exactly like the tutorial. Three generators deepen the key space — a ciphertext made with 3 must be decrypted with 3.
G1 (T₁)
G2 (T₂)

Message0 / 128 bytes

Ciphertext object (JSON)

Companion structure (chunk 1)

Decrypt console — paste or upload a ciphertext

A clean station for the receiving side. Paste a JSON ciphertext (or upload the saved file) and decrypt it on its own — the variant and generator count are read from the object, and the companion structure is shown as it recovers the message.

Ciphertext object (JSON)

Recovered message

Companion structure (chunk 1)

Logarchéon Research · Mathematical Background

MSIA in Depth

The sections below develop the mathematics, the construction, the hardness argument, and where MSIA sits in a broader research program.

§1 · The Core Mathematical Identity

MSIA originates in a single algebraic identity that holds for any square matrix A over any commutative ring, proved by expanding log det = tr log:

The Artin–Mazur / Bowen–Ruelle zeta identity det(I − z A)⁻¹  =  exp ( Σm=1 Tr(Am) · zm / m )

The left side is a rational function in z — the reciprocal of a characteristic polynomial. The right side is an exponential generating function of matrix traces. What makes the identity remarkable for cryptography is not the algebra but the triple simultaneous translation it performs:

Language 1

Symbolic Dynamics

The coefficients of log ζA(z) count primitive periodic orbits by length. Each (ℓi, ci) pair is an orbit of period ℓi with multiplicity ci.

Language 2

Linear Algebra

The left side det(I − zA)⁻¹ is the characteristic polynomial of the companion matrix A. Factoring it reveals the orbit structure.

Language 3

Spectral Theory

When A is the transfer matrix of a geodesic flow on ℍⁿ/Γ, the poles of ζA(s) are the eigenvalues of the Laplacian — the Selberg trace formula is the analytic version of this identity.

The cryptographic insight is: this identity can be made one-way if the primitive elements (the ℓi) are chosen from a mathematical structure whose inverse problem is computationally hard. Going from A to ζA is fast — matrix exponentiation. Going from ζA back to the primitive (ℓi, ci) data requires solving a problem that the entire mathematical community has worked on for decades without a general efficient algorithm.

This insight is not new as a mathematical observation — the identity has been known since Bowen, Ruelle, and Artin–Mazur in the 1960s–70s. What is new is recognizing it as a cryptographic primitive and building a concrete keyed encryption scheme on top of it. The key selects which Kleinian group Γ to use; the primitive geodesic lengths ℓi of Γ are the secret orbit data; the ciphertext is the characteristic polynomial of the companion matrix. Decryption recovers the ℓi using the key. An attacker without the key must recover ℓi from the ciphertext alone — which requires solving the length-spectrum inverse problem.

Why the origin matters. RSA came from basic modular arithmetic (Rivest, Shamir, Adleman 1977). Diffie-Hellman from discrete logarithms. ECC from the Weierstrass equation. In each case, the creative moment was recognizing that an existing mathematical structure has a natural one-way character. MSIA follows the same pattern — but the mathematical structure it draws on (the Selberg zeta function and hyperbolic geodesic flow) is substantially deeper than what underlies RSA or ECC.

§2 · Mathematical Foundations — Four Pillars

MSIA rests on four mathematical domains, each contributing an essential component of the construction.

Pillar 1 — Modular Representation Theory

Given a finite group G and a prime p, the modular representation theory of G over 𝔽p studies how modules decompose into indecomposable blocks. The key tool is the Brauer character, which tracks how ordinary complex characters reduce mod p. For MSIA, this machinery provides the algebraic ground in which the companion matrix A(p) lives: A lives in Matn(𝔽p), and its characteristic polynomial det(I − zA) factors into irreducibles in 𝔽p[z] corresponding to the symbolic orbit data. The factorization pattern — which irreducibles appear, with what multiplicities — encodes the secret message. Recovering the message from the polynomial requires inverting this block decomposition, which is hard precisely because modular decomposition is non-canonical and the blocks can be obfuscated by conjugation.

Pillar 2 — Symbolic Dynamics and the Artin–Mazur Zeta Function

A subshift of finite type (SFT) is a dynamical system on a finite alphabet where transitions are governed by a 0–1 adjacency matrix A. Periodic orbits of the SFT correspond to words that can be traced through A indefinitely. The Artin–Mazur zeta function ζA(z) = 1/det(I − zA) encodes the number of periodic orbits of each length. For MSIA, the symbolic dynamical system is the geodesic flow on ℍⁿ/Γ — the hyperbolic manifold associated to the Kleinian group Γ determined by the key. The "periodic orbits" of this flow are the closed geodesics; their lengths are the primitive lengths ℓi. The Artin–Mazur zeta function becomes the Selberg zeta function in this setting, connecting symbolic dynamics to spectral geometry.

Pillar 3 — Schottky and Kleinian Groups

A Schottky group Γ is a free group of Möbius transformations generated by parabolic or hyperbolic elements, constructed by specifying 2g disjoint Jordan curves C1, C1′, …, Cg, Cg′ in S² and taking the generators to be the Möbius maps sending the exterior of Ci to the interior of Ci′. The resulting quotient ℍ³/Γ is a hyperbolic 3-manifold (or handlebody); its primitive closed geodesics have lengths ℓi that are determined by the generator matrices — the conjugacy class lengths of the group elements.

For the key, the user supplies the 2×2 real matrices of these generators. The condition |trace| > 2 ensures each generator is hyperbolic — it has two fixed points on the boundary S² = ∂ℍ³ and acts by a pure stretch along the geodesic connecting them. The geodesic length is ℓ = 2 · acosh(|tr(G)|/2). With g generators, the group has infinitely many closed geodesics but they are generated by the finite set of primitives, and the key selects exactly which group Γ is used. Mostow rigidity (dimension ≥ 3) guarantees that the group Γ is uniquely determined by its geometry up to isometry — an attacker cannot find a different group with the same length spectrum.

Pillar 4 — The Selberg Zeta Function and Its Zeros

The Selberg zeta function ζΓ(s) is defined by the Euler product over primitive closed geodesics of ℍⁿ/Γ:

ζΓ(s) = Πγ primitive Πk=0 (1 − e−(s+k)ℓ(γ))

Its zeros lie at the eigenvalues of the Laplacian on ℍⁿ/Γ — a fact proved by the Selberg trace formula, which relates the spectrum of the Laplacian to the geodesic length spectrum. This is the continuous analog of the matrix identity above. The Riemann Hypothesis analog for the Selberg zeta is proven (Selberg 1956 for n=2, Patterson-Sullivan and others for n>2): all non-trivial zeros lie on the critical line Re(s) = (n−1)/2. This means the distribution of geodesic lengths is provably well-controlled — a stronger foundation than classical cryptography has for the distribution of rational primes, where the Riemann Hypothesis remains open.

The Prime Geodesic Theorem gives the density: #{γ primitive : ℓ(γ) ≤ L} ~ e(n−1)L / ((n−1)L) as L → ∞. This gives exact control over the number of available geodesics of each length, allowing precise calibration of key space — analogous to knowing exactly how many RSA primes exist below a given bound.

§3 · The Encryption Construction

The full encryption pipeline maps a message to a ciphertext through the mathematical objects described above. Here is the complete flow, followed by the two implementation variants and the decryption path.

The Encryption Flow

Message m Symbolic pairs (ℓi, ci) Modular zeta ζp(z) Companion matrix A(p) Ciphertext χ(z) = det(I − zA)

Step 1: Symbolic encoding. Each byte (or chunk of bytes) of the message m is assigned a pair (ℓi, ci) where ℓi is a geodesic length derived from the key generators and i is the position in the message. The lengths are computed by the formula ℓi = 2 · acosh(|tr(G1(i+1) G2 … Gg(i+g))|/2), scaled and rounded to an integer modulo the prime P. Multiple chunks derive distinct lengths because the matrix product depends on the position index i.

Step 2: Modular zeta construction. The symbolic pairs define a modular zeta function over 𝔽p:

ζp(z) = Πi (1 − zi)−ci ∈ 𝔽p(z)

This is the algebraic / modular analog of the Selberg–Artin–Mazur zeta function, computed purely over the finite field 𝔽p = ℤ/Pℤ, requiring no analytic convergence.

Step 3: Companion matrix. The companion matrix A(p) ∈ Matn(𝔽p) is the matrix whose characteristic polynomial det(I − zA(p)) equals ζp(z)−1. Its block-diagonal structure encodes the orbit data; Brauer character obfuscation conceals the decomposition from an attacker who sees only the matrix.

Step 4: Ciphertext. The ciphertext is χ(z) = det(I − zA(p)) ∈ 𝔽p[z] — the characteristic polynomial of A(p) — together with an HMAC authentication tag. An attacker who intercepts χ(z) must factor it over 𝔽p[z] and match the factors to symbolic orbits without knowing the group Γ determined by the key.

Option A and Option B — The Design Fork

There are two fundamentally different ways to implement decryption, and they correspond to two different security postures:

Option A · Current implementation

Hashed / FO-KEM (SHA-512 security)

The full geometric construction is implemented faithfully — the geodesic lengths ℓi are derived from the key generators exactly as the scheme specifies. Because the formal hardness proofs (Lean 4 verification and external cryptanalysis) are not yet finished, the demo does not yet rely on the geometric inversion problem for its security guarantee; instead it feeds the ℓi into SHA-512 to produce the actual cipher key K, with an HMAC tag for authentication. This provides a well-studied floor today, independent of how the geometric hardness ultimately resolves — subject to the caveat that SHA-512 is NSA-designed and NIST-standardized under the same institutional framework that produced Dual_EC_DRBG, the only NIST-standardized primitive for which a backdoor has been documented (disclosed 2013 via the Snowden files; see §7). No weakness in SHA-512 is publicly known; the floor is a conditional trust, not a mathematical proof of security. Decryption recomputes the ℓi from the generators and re-derives K. Under Grover's algorithm, SHA-512's effective quantum security is 2128 at High mode with g≥3 generators — the NIST quantum-safe bar.

Option B · Research direction

Geometric trapdoor (spectral hardness)

The characteristic polynomial χ(z) is treated as the genuine ciphertext, and decryption requires inverting the length-spectrum map — recovering the ℓi from χ(z) without the key. This is the version where the geometry itself carries the security guarantee, resting on the inverse spectral problem for Kleinian groups, an open problem in arithmetic geometry. The geometric construction is already built (Option A uses the same lengths); what Option B requires, and what is not yet established, is the formal proof that recovering those lengths is hard. The pure-algebraic recovery path — companion blocks of x−1, block-diagonal assembly, diagonal disguise, and Vandermonde solve from the power-trace vector — is demonstrated live in the Algebraic constructions section above, which runs the original design with no hash in the encryption path. Until the hardness proof and external cryptanalysis are complete, the everyday tool keeps the SHA-512 floor rather than relying on the geometric hardness alone.

The Decryption Path (Option A)

Decryption in Option A recomputes the geodesic lengths ℓi from the generator matrices, re-derives the SHA-512 key K = SHA-512(ℓ1, …, ℓt), and verifies the HMAC tag. If the key matches, the XOR keystream is regenerated and the plaintext is recovered. Wrong key → HMAC fails cleanly. The geometric structure — the matrix products, the acosh computation, the scaling and reduction mod P — is only a key-derivation mechanism; it does not appear in the ciphertext.

Option B's decryption path (not yet implemented) would require: (1) factoring χ(z) over 𝔽p[z], (2) matching the factors to primitive orbit lengths, and (3) inverting the length spectrum to recover Γ and the key. Step (3) is the hard step — it is open in the mathematical literature for dimension ≥ 3.

§4 · Hardness Analysis

The papers establish multiple independent hardness arguments for MSIA, targeting different complexity classes and attack models.

NP-Hardness via 3-SAT Reduction

The MSIA inversion problem — given a characteristic polynomial χ(z) ∈ 𝔽p[z], recover the symbolic orbit data (ℓi, ci) that produced it — can be used to solve 3-SAT in polynomial time if an efficient inversion algorithm exists. The reduction encodes 3-SAT clauses into the symbolic orbit structure: satisfying assignments correspond to consistent orbit decompositions of χ(z), and the inversion algorithm would find one if it exists. Therefore efficient MSIA inversion implies P = NP. The same reduction shows that even approximate inversion (within polynomial error) remains NP-hard.

#P-Hardness via Trace Counting

A stronger result: computing the power-sum traces Tr(Am) from χ(z) alone is #P-hard. This is established by reduction from the problem of counting independent sets in a graph (a #P-complete problem). The companion matrix A encodes a graph-like structure in its block decomposition; recovering the trace sequence from the characteristic polynomial requires counting independent sets in this structure. #P-hardness is strictly stronger than NP-hardness — it says that even a probabilistic polynomial-time oracle for NP cannot solve the problem efficiently.

The Schottky Conjugacy-Class Length Problem

A third hardness source: given the set of geodesic lengths {ℓ(γ)} of a Schottky group Γ (its "length spectrum"), recover the conjugacy classes of the generators of Γ. This is the Schottky conjugacy-class length problem. It is a variant of the inverse spectral problem and is not known to be in any subexponential-time algorithm. The reduction from this problem to MSIA inversion shows that breaking MSIA is at least as hard as solving the conjugacy-class length problem.

Quantum Resistance — Non-Abelian HSP for SO(n,1)

Shor's algorithm and its generalizations work by solving the Hidden Subgroup Problem (HSP) on an abelian group via quantum Fourier sampling. RSA's vulnerability: factoring reduces to HSP over ℤ. ECC's vulnerability: discrete log reduces to HSP over ℤ/nℤ. MSIA's geodesic flow has SO(n,1) symmetry — the group of orientation-preserving isometries of ℍⁿ. For n ≥ 2, SO(n,1) is a simple non-abelian Lie group. The non-abelian HSP over SO(n,1) is not known to be solvable in polynomial time even on a quantum computer. There is no known quantum Fourier transform that exploits SO(n,1) structure, and the representation theory of non-compact simple Lie groups is not amenable to the sampling techniques used in Shor's algorithm.

Mostow Rigidity as a Security Amplifier

Mostow's rigidity theorem (1968, extended by Prasad and others): if n ≥ 3 and Γ, Γ′ are lattices in SO(n,1) with isomorphic fundamental groups, then ℍⁿ/Γ ≅ ℍⁿ/Γ′ as Riemannian manifolds. In other words, for dimension ≥ 3, the geometry uniquely determines the group up to isometry. There are no non-isometric hyperbolic manifolds with the same volume, spectrum, or length spectrum (up to a conjecture by isospectral forms in higher dimensions, where even the Vignéras / Sunada construction produces distinct Γ).

For the MSIA inverse problem, Mostow rigidity means the inverse has a unique answer. An attacker is not searching for "any Γ that fits" but for the specific Γ that was used. This is harder than a problem with multiple valid inverses — the search space is the same but valid answers are isolated points, not large subsets.

The Prime Geodesic Theorem as a Security Parameter

The Prime Geodesic Theorem gives the precise asymptotic count of primitive geodesics of length ≤ L:

#{γ primitive : ℓ(γ) ≤ L}  ~  e(n−1)L / ((n−1)L)   as L → ∞

This exponential growth means the number of "cryptographic primes" (geodesics) available at a given length scale grows faster than polynomially. It also gives a precise handle on the key space — analogous to the prime counting function π(N) giving a handle on the RSA key space. Unlike π(N), the Prime Geodesic Theorem is a consequence of the proven Selberg zeta Riemann Hypothesis — the distribution of geodesics is provably well-controlled by a formula, not just conjectured to be so.

§5 · The Cryptographic Hierarchy and Prior Art

MSIA occupies a specific position in a hierarchy of cryptographic hardness assumptions, each corresponding to a different tier of mathematical depth. The table below places MSIA in context.

tiersystem / primitivehardness basiscomplexity floor †quantum status
0Motivic zeta functionsRecovering motive from ζ; Standard Conjectures openunmeasurableunknown● completely new
0–1Hyperbolic Neural CryptosystemBulk-to-boundary reconstruction (holography, quantum gravity) + O(n,1) continuous isometry key2500+resistant● completely new
1Automorphic L-functionsHecke eigenvalue inversion; full Langlands functoriality open2300+resistant● completely new
1MSIA — Selberg ζΓ, Kleinian n≥3 ← this demoLength spectrum inversion; Arthur–Selberg; Prime Geodesic Theorem; Mostow rigidity2200+resistant● completely new
1–2Artin L-functions / inverse GaloisRecovering Galois rep ρ from L(ρ,s); inverse Galois problem2200+resistant● new as primitive
1–2Dessins d'Enfants / BelyiAbsolute Galois action on dessins; anabelian geometry2200+resistant● completely new
2Hasse-Weil ζ (varieties, dim ≥ 2)Torelli problem for abelian varieties2150+subexponential● essentially new
2–3CSIDH / SQIsignSupersingular isogeny / class group action2128subexponentialdeployed PQC
3ML-KEM / ML-DSA (NIST 2024)Module-LWE21602130current standard
4McElieceSyndrome decoding2128264+deployed PQC
5NTRUNTRU lattice21282128deployed PQC
7SLH-DSA / LMSHash one-way function21282128 (Grover only)deployed PQC
8RSA / ECCFactoring / ECDLP2112polynomial (Shor)● broken by Shor

green = this demo   gold = Logarchéon research programme

Complexity floor — for deployed systems (Tiers 3–8): reflects cryptanalytic consensus on the minimum classical work to break the scheme. For research-stage entries (Tiers 0–2, marked ●): reflects the depth of the underlying open mathematical problem rather than a proven attack bound — no efficient classical attack is known, and in some cases no attack of any complexity has been formulated. Values above 2256 exceed the SHA-512 key floor and indicate mathematical rather than computational barriers. "Unmeasurable" means the underlying theory (Standard Conjectures, quantum gravity) is not yet complete enough to define an attack space.

What Is Genuinely New

Everything from Tier 0 through Tier 2 in the table — except the Hasse-Weil entry for elliptic curves specifically (which underlies existing isogeny crypto) — is unoccupied territory in cryptography. No deployed system, no NIST candidate, and no serious prior academic proposal uses any of these as the explicit cryptographic primitive. The reason is structural: the mathematics is too deep for most cryptographers, and most mathematicians working in these areas have not been thinking about cryptographic applications. The people who understand the Arthur-Selberg trace formula are not typically the people building encryption schemes.

The entries marked "completely new" have not appeared in any cryptographic proposal before MSIA and the Hyperbolic Neural Cryptosystem. The entries marked "new as primitive" have appeared peripherally in the mathematical literature in cryptographic contexts but have not been formalized as explicit hard problems for encryption. The Selberg zeta function has appeared in mathematics and physics for 70 years. It has never appeared as a cryptographic hardness assumption before this work.

The Langlands Unification Hypothesis

The systems at levels 0–2 share a striking structural property: they are all connected to either the Langlands program (automorphic forms, L-functions, Galois representations) or Grothendieck's program (motives, dessins, anabelian geometry, étale cohomology). These are the two grand unification programs of 20th–21st century mathematics. It is not coincidental that the hardest cryptographic problems sit exactly at this boundary.

The Langlands correspondence conjectures that all reasonable L-functions — Selberg zeta, Artin L-functions, automorphic L-functions, Hasse-Weil zeta functions of varieties — are all instances of a single object: automorphic L-functions attached to representations of adele groups. If this is true (the evidence is overwhelming, though the full correspondence remains open), then the different systems at Tiers 0–2 in the table might not give independent hardness assumptions — they might all reduce to the same underlying hard problem through Langlands functoriality.

This is analogous to how RSA, DH, and ECDLP seemed like three independent hard problems but are all vulnerable to Shor because they share the same abelian group structure. If the Langlands unification holds, MSIA — properly generalized to the full automorphic level — would not be one instance among many but the right framework for the entire class of Langlands-based cryptographic hardness.

§6 · Research Plan — Two Tracks and Their Unification

The research program that MSIA belongs to has two complementary directions and a Track C unification. All entries in the gold-highlighted rows of the table above are either existing work or planned contributions in this program. The two tracks are not independent: they are connected at their deepest mathematical level through a structural equivalence first proved by Kapustin and Witten (2006).

Langlands functoriality  ⟺  S-duality (Kapustin-Witten 2006)  ⟺  holographic duality

Track A approaches through the algebraic/arithmetic side; Track B through the geometric/physical side. Both are computational manifestations of the same underlying mathematical duality.

Track A — Langlands-Based Post-Quantum Cryptography (algebraic / discrete)

A hierarchy from specific to universal. MSIA sits in the middle; the program climbs upward toward more universal hardness assumptions and also examines the more specific cases below.

A5 · long horizonMotivic zeta functions — recovering arithmetic motives from ζ; hardness above all other levels; depends on Standard Conjectures (theory not yet complete)
A4Automorphic L-functions (full Langlands) — Hecke eigenvalue inversion across all reductive groups; functoriality conjecture as master primitive
A1 · existing workMSIA — Selberg ζΓ / Kleinian groups in ℍⁿ, n≥3 — length spectrum inversion; this demo
A2Artin L-functions / inverse Galois — Frobenius conjugacy classes over number fields; inverse Galois problem as trapdoor
A3Dessins d'Enfants / Belyi — absolute Galois group action on bipartite graphs on Riemann surfaces; Grothendieck's conjecture
papercontenttargethorizon
A1 · nowMSIA: Length Spectrum Inversion as post-quantum primitive. Formal hardness definition, Vandermonde correctness, FO-KEM, Lean 4 proofs.CRYPTO / EUROCRYPTimmediate
A2Artin L-function cryptosystem: inverse Galois problem as trapdoor. Explicit construction using Frobenius conjugacy classes over number fields.EUROCRYPT / TCCnear-term
A3Dessins d'Enfants cryptosystem: Belyi maps and absolute Galois group action as one-way function. Construction over Q̄.CRYPTO / Annals adj.medium-term
A4Full automorphic L-function crypto: unifying A1–A3 under the Langlands correspondence. Hecke eigenvalue inversion as master primitive.Journal of Cryptology / JACMlong-term
A5Motivic crypto: when Standard Conjectures admit partial resolution, motivic zeta functions give hardness strictly above A4.Future workdecade horizon

Track B — Physics-Based Post-Quantum Cryptography (geometric / continuous)

A second framework whose hardness comes from physics rather than mathematics. Operates on high-dimensional continuous data (model outputs, embeddings, sensor readings) where Track A operates on symbolic discrete data.

B3Quantum gravity inversion as formal computational primitive — formal complexity theory for holographic inversion; relationship to QMA-hardness and quantum circuit complexity
B2Holographic quantum error correction meets classical encryption — connecting AdS bulk reconstruction to complexity classes
B1 · existing workHyperbolic Neural Cryptosystem — key = isometry T ∈ O(n,1) in the latent layer of a hyperbolic autoencoder; hardness from holographic bulk-to-boundary reconstruction + Langlands obfuscation
papercontenttargethorizon
B1 · nowHyperbolic Neural Cryptosystem: formal construction, key = isometry T ∈ O(n,1), hardness from holographic bulk-to-boundary reconstruction + Langlands obfuscation in latent space.CRYPTO / NeurIPS Securityimmediate
B2Computational complexity of bulk reconstruction: connecting AdS inversion to complexity classes. Relationship to QMA-hardness and quantum circuit complexity.STOC / CCC / QICnear-term
B3Hyperbolic neural key exchange: replacing Diffie-Hellman with O(n,1) isometry agreement protocol.IEEE S&P / EUROCRYPTmedium-term

Is the Track B Identity Computable Today?

A natural question: MSIA rests on a concrete, computable identity — the Selberg / Artin–Mazur zeta product that translates geodesic lengths into a characteristic polynomial. Does the geometric Track B have an equally computable identity available right now, or is it purely aspirational? The answer is that it does, and which form it takes depends entirely on the dimension.

● 3D · already the same object

Thermal AdS₃ / BTZ — identical to MSIA

The BTZ black hole is ℍ³/Γ — precisely the Kleinian quotient MSIA uses. The Selberg zeta formalism has been applied directly to the Euclidean BTZ black hole, a quotient of ℍ³ by a discrete subgroup Γ. The one-loop bulk partition function, the boundary CFT partition function, and the Selberg zeta product over prime geodesics are the same object viewed three ways.

Given any two of: (i) the one-loop partition function, (ii) the quasinormal-mode frequencies, and (iii) the zeros of the Selberg zeta function, the third is constructible. In 3D the Track B computable identity is the MSIA identity — same prime geodesic lengths ℓ(γ), same product structure.

numerical · 4D / 5D

AdS₄ / AdS₅ — Horowitz-type, computable by ODE

In higher dimensions the holographic retarded Green's function GR(ω) is computed numerically: solve the bulk wave equation (a second-order linear ODE in the radial coordinate) with ingoing boundary conditions at the horizon, then read off the ratio of asymptotic modes at the boundary. This is the established Horowitz–Santos–Tong / holographic-conductivity computation.

The forward direction (bulk geometry → GR) is numerically stable and well-implemented. The inverse direction (GR → quasinormal modes → bulk geometry) is the hard, cryptographic direction.

The structural parallel between the two tracks is exact. In higher dimensions the boundary Green's function factorizes meromorphically over its quasinormal-mode poles:

Track B (holographic) — the direct analog of the MSIA identityGR(ω)  ∼  Πn (ω − ωn) / Πn (ω − ωn)

The quasinormal-mode frequencies ωn play the role of the geodesic lengths ℓi; the boundary Green's function plays the role of the characteristic polynomial det(I − zA). The key encodes the bulk geometry (black-hole parameters and field content); the ciphertext is sampled values of GR(ω); and the security would rest on recovering the quasinormal modes from those samples — an ill-posed inverse-scattering problem.

Forward map (computable now) — AdS₄-Schwarzschild bulk-to-boundary, scipy
def holographic_green(omega, rh=1.0, m2=0.0): # Bulk-to-boundary Green's function in AdS4-Schwarzschild. # omega: complex frequency (the parameter space). # Key = (rh, m2) = bulk geometry; returns G^R(omega). f = lambda r: 1 - (rh/r)**3 eps = 1e-6; r0 = rh + eps # ingoing (infalling) boundary condition at the horizon nu = -1j * omega / (3 * rh**2 * abs(f(r0+eps))) y0 = [(r0-rh)**nu, nu*(r0-rh)**(nu-1)] def eom(r, y): A, Ap = y App = -(omega**2 / (r**2 * f(r)**2) - m2/r**2) * A return [Ap, App] sol = solve_ivp(eom, [r0, 50*rh], y0, method='DOP853', rtol=1e-10, atol=1e-12) # G^R proportional to ratio of boundary modes return sol.y[1,-1] / sol.y[0,-1] * sol.t[-1]

Bottom line. The condensed-matter holographic-conductivity work (Horowitz and collaborators) is not merely analogous to the Track B primitive — it is a working implementation of the forward identity. In 3D the identity is literally the MSIA Selberg product; in 4D/5D it is the numerically-computed boundary Green's function. The gap between this and a deployable Track B scheme is not a computational gap — the forward map runs today — but a hardness-formalization gap: proving that the inverse direction (recovering quasinormal modes from sampled GR values) is computationally hard remains open, exactly as MSIA's Option B does.

Track C — Unification

The long-horizon contribution that most dramatically elevates both tracks. Track C formalizes the Kapustin-Witten connection as a cryptographic theorem: MSIA (Track A) and the Hyperbolic Neural Cryptosystem (Track B) are dual manifestations of the same underlying hard problem.

C1 — Unified Framework

S-duality, Langlands, and holography as a unified post-quantum cryptographic framework. MSIA and the Hyperbolic Neural Cryptosystem as dual manifestations of the same mathematical hardness. The Kapustin-Witten duality as a formal reduction between Track A and Track B security proofs.

Annals of Mathematics / JACM

C2 — Quantum Gravity Cryptography

Formal complexity theory for holographic inversion. Placing bulk-to-boundary reconstruction in a rigorous complexity class; connecting quantum gravity inversion to canonical hard problems. First formal bridge between quantum gravity and complexity-theoretic cryptography.

Nature Physics / Comm. Math. Physics

Scale of the Program

This program is comparable to what lattice cryptography represented in 1996 before Ajtai's worst-case to average-case reduction — a mathematical structure with deep hardness properties that had not yet been translated into a cryptographic framework. Three differences favour this program: the mathematical depth is greater (the Langlands program and quantum gravity are harder than lattice geometry); the work is already further along (two working implementations, a provisional patent, formal hardness papers); and the timing is better (NIST has just standardized lattice systems and the field is actively seeking diversity of hardness assumptions).

Why Hardness is Rare — and Where This Construction Sits

The core identity det(I − zA)−1 = exp(Σ Tr(Am)zm/m) holds for any matrix over any commutative ring — formally, there are infinitely many zeta-function-based constructions. Genuine cryptographic hardness, however, appears only when the inverse problem is computationally deep. The table below shows why most zeta functions do not yield hard cryptosystems, and which ones do.

Zeta functionPrimitivesInverse problemHard?
Riemann ζ(s)Rational primes {2,3,5,…}Factor integers / recover primesNo — primes are explicitly constructible
Ihara ζ(X) of a graphPrime cycles in finite graphFactor the Ihara zeta polynomialModerate — depends on graph structure
Ruelle ζ for generic mapPeriodic orbits of fRecover f from its orbit countDepends entirely on f
Selberg ζΓ(s) — MSIAPrimitive closed geodesics of ℍⁿ/ΓRecover length spectrum from ΓYes — inverse spectral problem is open
Artin L-function of Galois rep ρFrobenius conjugacy classesRecover ρ from L(ρ,s)Yes — inverse Galois problem
Automorphic L-functionHecke eigenvaluesRecover automorphic form from L-functionYes — conjectured hard; Langlands core
Hasse-Weil ζ(V/𝔽q)Points of variety over 𝔽qmRecover variety from zetaYes — Torelli problem
Motivic zeta functionsMotivic cohomology classesRecover motive from ζYes — deeply open

The hard cases are not arbitrary — they cluster around the same objects: automorphic forms, algebraic varieties over finite fields, Galois representations, and hyperbolic geometry. The Langlands program conjectures that all of these L-functions are instances of a single object (automorphic L-functions attached to representations of adèle groups), which would mean the different hard constructions may not yield independent hardness assumptions but rather different encodings of the same underlying problem. This is the direct analogue of how RSA, Diffie-Hellman, and ECDLP all seemed independent until Shor revealed they share abelian group structure. Whether that unification holds in the Langlands case remains an open conjecture — which is itself part of what makes this territory hard.

Why the Kleinian / Geodesic Instantiation is Particularly Suited

Among the hard instantiations in the table, the Selberg / Kleinian construction has four properties that distinguish it from the others as a cryptographic primitive.

  • Mostow rigidity (n≥3). For hyperbolic manifolds of dimension 3 or higher, the geometry uniquely determines the group Γ up to isometry. The inverse problem has a unique answer — the attacker is not searching for "any group that fits" but for the specific one. Uniqueness makes the problem harder, not easier.
  • Prime Geodesic Theorem as a calibration tool. The precise asymptotic #{γ : ℓ(γ) ≤ L} ~ ehL/hL gives exact control over the density of primitive geodesics used as key material. This is the analogue of knowing exactly how many RSA primes exist below a bound — it lets security parameters be calibrated rigorously.
  • No abelian Fourier structure. The geodesic flow on ℍⁿ/Γ has non-abelian symmetry for n≥2. For n≥3 the isometry group SO(n,1) is simple and non-abelian in a way that has no known Fourier sampling structure. Shor's algorithm has no obvious application.
  • Selberg's analogue of RH is proven. The zeros of the Selberg zeta function ζΓ(s) are the eigenvalues of the Laplacian on ℍⁿ/Γ. The Riemann Hypothesis analogue for ζΓ is proved (Selberg 1956 for n=2; subsequently for n>2). The distribution of the "cryptographic primes" (geodesics) is provably well-controlled — a stronger foundation than classical cryptography has for rational primes, where RH is still open.

Open Problems: Usable Identities Beyond Zeta Functions

Abstracting away the zeta / L-function structure entirely, the operative pattern is: a mathematical identity that translates between two representations, where the forward direction is efficient and the inverse direction connects to a deeply open problem. This pattern appears in several areas outside the Langlands hierarchy, constituting a broader landscape of potential post-quantum primitives.

Topology

Knot invariants / Chern-Simons TQFT

The Jones polynomial V(L; t) = Z(ℝ³, L) (Chern-Simons partition function on link L). Computing V from L is #P-hard in general. The inverse — recovering L from V(L; t) — is an open problem in low-dimensional topology. Quantum resistant: the relevant group structure (quantum groups at roots of unity) is non-abelian with no known Fourier sampling structure.

Topology

Mapping class groups / pseudo-Anosov dilatation

The mapping class group Mod(Σ) of a surface contains the hard conjugacy problem and subsurface projection machinery. The identity connecting pseudo-Anosov maps to their dilatation spectra (Thurston's geometrization) is a potential encryption primitive, with hardness from the conjugacy problem in Mod(Σ).

Algebraic Geometry

Dessins d'Enfants / Belyi correspondence

A finite bipartite graph on a Riemann surface (dessin) corresponds bijectively to a Belyi pair (X, β). The absolute Galois group Gal(Q̄/Q) acts on dessins in a way that is still deeply mysterious. Identity: dessin ↔ Belyi pair. Hard problem: given a dessin, recover the algebraic curve over Q̄. Grothendieck's conjecture (faithfulness of the Galois action on dessins) is still open. Already listed as A3 in Track A above — this is the same territory reached from a different angle.

Algebraic Geometry

Anabelian geometry / étale fundamental group

Mochizuki proved that the étale fundamental group π₁ét(X, x̄) completely determines X for hyperbolic curves over number fields. Identity: X → π₁ét(X). Hard problem: recover X from π₁ét(X). The proof is existential — no efficient algorithm is known. Hardness comes from the profinite structure of Gal(Q̄/Q).

Analysis / Inverse Problems

Inverse scattering (3D)

The 1D inverse scattering problem (given S-matrix, recover potential V(x)) is solved via the Marchenko equation. The 3D case remains open. Identity: V(x) → S-matrix via the Lippmann-Schwinger equation. Hard problem: recover V from S in 3 dimensions. Resistant to quantum attacks because the problem is analytic and spectral, not algebraic.

Analysis / Inverse Problems

Phase retrieval / crystallographic phase problem

Given |F̂(k)|² (diffraction magnitudes) but not the phase of F̂(k) = ∫ρ(x)eikxdx, recover ρ(x). Open in full generality for 2D and 3D. Identity: Fourier transform ρ ↔ F̂. Already used in some cryptographic proposals, though the hardness basis is less deep than the Langlands / spectral route.

Representation Theory

Yang-Baxter / quantum groups

Solutions R to R₁₂R₁₃R₂₃ = R₂₃R₁₃R₁₂ classify braided tensor categories. The identity connects R-matrices to knot invariants via the Reshetikhin-Turaev construction. Hard problem: given a knot invariant, recover R. Relevant to topological quantum computation; no known Fourier sampling vulnerability.

Representation Theory

Tensor decomposition

Computing tensor rank is NP-hard. Identity: a rank-r tensor T = Σi ai ⊗ bi ⊗ ci. Hard problem: given T, find its minimal decomposition. Resistant to known quantum attacks. The hardness is combinatorial rather than number-theoretic, distinguishing it from the Langlands cluster.

These alternatives converge on the same structural insight: deep mathematical hardness in the inverse direction tends to appear precisely where the relevant symmetry group is non-abelian and where the global mathematics community has worked for decades without a constructive inversion algorithm. The zeta / L-function route and the topological / anabelian route are different doors into the same territory — and the Langlands program conjectures they are ultimately different views of the same object.

Relation to ASI Architecture and Indo-Pacific Lawfare

This cryptographic study sits alongside, and is informed by, Logarchéon's two primary research tracks: ASI seed architecture (the CEAS / Ψ-operator / GRAIL triadic framework for recursive intelligence) and Indo-Pacific lawfare (legal-strategic analysis of the Taiwan Strait and associated legal instruments). The same spectral-geometric methods that appear in MSIA — Kleinian groups, geodesic flow, trace formulas — appear in the mathematical substrate of the CEAS architecture. The same concern with asymmetric capability gaps that drives the lawfare analysis drives the cryptographic research: encryption whose hardness assumptions are not yet in the adversary's threat model.

§7 · Why Backdoor-Free Encryption is Not a National-Security Liability

A recurring policy claim holds that strong, no-backdoor encryption of the kind demonstrated in the algebraic constructions presented here is a threat to national security, and that carriers, platforms, and even the underlying algorithms should be required by law to preserve an exceptional-access channel for lawful intercept. The empirical record points the other way. The mandated access channel — not the mathematics — has repeatedly proven to be the weakest structural point in the national security posture.

The Salt Typhoon precedent

The Salt Typhoon campaign, publicly disclosed in 2024 and attributed by U.S. agencies to PRC state-linked actors,[2] penetrated major U.S. telecommunications carriers and reached, among other systems, the very lawful-intercept infrastructure that carriers are legally required to maintain under CALEA.[1] The wiretap apparatus built so that the government could listen became the apparatus through which a foreign intelligence service could listen. Three features of the incident matter for the policy argument:

  • Remediation is not verifiable. Well into the response, officials could not certify that the intruders had been completely evicted from carrier networks.[4][5] A backdoor architecture, once compromised, offers no clean way to prove the compromise has ended — the access path is a designed feature, so its use by an adversary is structurally indistinguishable from its use by the intended party.
  • Attribution of one actor does not bound the set of actors. That one campaign was detected and attributed to one state says nothing about whether other services — Russian, or others — found the same designed access paths earlier, later, or more quietly. Detection is evidence of presence; it is never evidence of absence.
  • The liability scales with the mandate. Because the intercept capability was imposed uniformly by law on every carrier, a single class of compromise yielded potential visibility into the communications of essentially everyone — officials, campaigns, industry, and ordinary citizens alike. The mandate converted a per-target surveillance tool into a single point of national failure.

Hidden assumptions behind the exceptional-access mandate

The case for compelled backdoors — in carrier infrastructure, in platforms, or in the algorithms themselves (key escrow for RSA-class systems and their successors) — rests on a stack of assumptions that are rarely stated and, once stated, are difficult to defend:

  • Standardized primitives are clean. The mandate assumes that the cryptographic building blocks on which lawful-intercept and platform security rest — hash functions, random number generators, key-derivation functions, elliptic curves — were not themselves shaped by the same institutional actors and legal authorities who are simultaneously mandating exceptional access. This assumption is not hypothetical: in 2006 NIST standardized Dual Elliptic Curve Deterministic Random Bit Generator (Dual_EC_DRBG), an NSA-designed pseudorandom number generator. Documents disclosed in 2013 showed that the NSA had inserted a backdoor by controlling the choice of elliptic curve points, and that RSA Security had reportedly been paid to make it the default in their products. It was the only NIST-standardized cryptographic algorithm for which a deliberately inserted backdoor was subsequently documented. SHA-512, the hash function underlying most deployed TLS, HMAC authentication, and key derivation — including the security floor of the SHA-512-based implementation — is also NSA-designed and standardized by NIST as FIPS 180-2 (2001), under the same institutional relationship. No weakness in SHA-512 is publicly known. But the institutional relationship is identical, and the legal authorities (CALEA, §702, compelled-assistance frameworks) that create the mandate also reach the bodies that shape the standards. The assumption that the floor is clean is therefore itself load-bearing and cannot be verified from outside the design process.
  • Exclusivity. It assumes the designed access path will be found and used only by the government that mandated it — and by no other entity: not a rival government, not an adversary intelligence service, not a non-state actor, not a criminal organization, not a foreign military. This is a far stronger claim than it first appears. The mandate does not merely ask that the access path remain hidden from random actors; it asks that it remain hidden from the specific class of actors — state-level intelligence services with deep technical capability and a direct institutional interest in finding exactly this — who are most motivated and most equipped to look for it. There is no known cryptographic or engineering construction that produces a channel reachable by one government and structurally unreachable by all other sophisticated adversaries simultaneously. The access path either exists in the hardware and software of the carrier network, or it does not. If it exists, it is a physical and logical fact that any sufficiently capable actor can discover through their own means — reverse engineering, insider access, supply-chain position, or the same kind of infrastructure intrusion Salt Typhoon demonstrated. The mandate assumes the mandating government is the only party that will ever be capable of finding and using what it required to be installed at production scale across every major carrier. That assumption is not a security argument; it is a wish.

    The physical sample problem. The mandate's scope makes the exclusivity assumption structurally incoherent in a way that is rarely stated. The goal of collecting intelligence from all electronic devices — every phone, laptop, router, server, and communications chipset — requires that the access mechanism be present in devices that are sold commercially and distributed globally. A Cisco router with a mandated intercept capability is the same physical device whether it is installed in a Chicago carrier network or purchased in a Shenzhen electronics market. A smartphone with a firmware-level access path is the same hardware whether its owner is in New York or Moscow. Adversary states do not need to penetrate a U.S. carrier network to study the access mechanism — they need only purchase the device, which is a commercial transaction available to any actor in any territory. The reverse-engineering phase happens entirely within the adversary's own borders, in controlled laboratory conditions, with no time pressure and no network exposure: hardware decapping, electron microscopy, firmware extraction, power-line analysis, and electromagnetic side-channel profiling are all standard techniques available to any well-funded state program. The access mechanism is found and completely characterized before the adversary ever needs to go online. The carrier-network intrusion — the Salt Typhoon phase — is only required for the operational use of the backdoor against live targets, after the exploit is already understood. The mandate therefore does not merely leave a door open; it manufactures and globally distributes the key blanks, in the form of commercially available devices, to every actor who wants to cut a copy.

  • A talent-pool wager against arithmetic. It assumes that no cryptanalyst, mathematician, or offensive-cyber operator in any adversary state will locate the backdoor — while simultaneously requiring that the government's own engineers locate and operate it routinely. This is not a contingent risk; it is a structural contradiction. If the mandating government's own engineers can find and use it reliably, that government has already established that the capability is discoverable by persons with comparable training. The question is then purely statistical: what is the probability that, across the entire adversary talent pool drawing from the same mathematical corpus, zero of them replicate what the mandating government's engineers do routinely? China alone has a population roughly three to four times that of the United States, with a mathematics and computer-science pipeline scaled accordingly and a state apparatus that actively directs that talent toward exactly this category of problem. Russia maintains deep traditions in cryptanalysis and number theory predating the Cold War. Asking that zero analysts across those pools find what the mandating government's own engineers must find — and find reliably, on demand, at production scale — is not a risk calculation. It is asking the statistics to run in the opposite direction from the base rates. The mandate, on this reading, is not a claim about adversary capability but a wager that adversary effort will remain below the threshold; and that wager expires the moment a state treats the backdoor itself as a collection target, which is precisely what Salt Typhoon demonstrated.
  • Perpetual custodial integrity. It assumes the escrowed keys, the intercept portals, and the personnel with access to them remain uncompromised indefinitely — across contractor turnover, insider risk, supply-chain exposure, and decades of accumulating attack surface.
  • An uncontested world order — the deepest and most rarely stated precondition. Every assumption in this list is downstream of a single geopolitical premise that the architects of the mandate never needed to state because, in their historical moment, it appeared to be simply true: the current world order is accepted as legitimate and permanent by all major powers, and no peer competitor is actively trying to replace it.

    This is the condition political scientists call hegemonic stability — a world organized around a single dominant power whose preferences shape the architecture of international institutions, technology standards, trade rules, and security arrangements. The NIST cryptographic standards, the CALEA lawful-intercept framework, the §702 collection architecture, and the U.S.-controlled internet infrastructure are not merely technical choices; they are the information-layer expression of that hegemony. They work as intended precisely because, and only insofar as, the hegemon's primacy goes uncontested. When no major state has the capability or the strategic motivation to challenge the order, exploiting the vulnerabilities built into the architecture is both futile and costly — the payoff is zero if the actor cannot project that capability at scale, and the cost of being caught is enormous. The backstop that protects the mandate is not technical; it is geopolitical.

    The intellectual foundation for this premise was explicitly articulated at the moment the mandate was being constructed. Fukuyama's "end of history" thesis (1992) — the proposition that liberal democracy and the market order had won the ideological competition permanently — was not background noise; it was the operating assumption of the Clinton-era policy environment in which CALEA was drafted (1994), export controls on encryption were debated, and the U.S. internet architecture became the de facto global standard. If history has ended, there is no future peer competitor to worry about. The mandate only needs to keep its access paths hidden from actors who either lack the capability to find them or lack the strategic interest in doing so. In a unipolar world with no serious revisionist power, that set is very large. In that world, the backdoor model is not irrational.

    The precondition failed — and both major revisionist powers announced their intent publicly before the infrastructure mandate was ever seriously re-examined. Putin's 2007 Munich Security Conference speech was the first major explicit statement that Russia rejected the post-1991 unipolar order and intended to contest it. China's trajectory under Xi Jinping from 2012 onward — military modernization, island-building, the Belt and Road Initiative, the explicit 2049 centenary target for national rejuvenation, and ultimately the "no limits" partnership with Russia announced days before the February 2022 invasion — constitutes an equally explicit declaration that the existing order is not accepted as permanent. These are not intelligence assessments about hidden intentions; they are public strategic statements. The mandate's deepest precondition was publicly revoked by both principal adversaries, and the mandate was not revised in response. What remains is a global information-layer architecture built for a world in which only one power wanted to read everything — now operating in a world in which at least two additional powers have both the motive and, as Salt Typhoon demonstrated, the demonstrated access to do so.

  • A post-Cold-War geopolitical era that no longer exists — and the moment it ended matters.

    Then — and specifically 1991 to 1994, the three years that shaped everything. To understand CALEA it is not enough to situate it in the post-Cold-War decade in general. The specific moment matters: December 1991, the USSR dissolves. The entire intelligence apparatus of the Western world — NSA, GCHQ, the CIA, BND, Five Eyes collectively — finds itself, almost overnight, without the enemy that had justified its scale, its budget, its legal authorities, and its institutional identity for forty years. The Soviet threat model was grid-versus-grid: two competing world systems, each trying to read and disrupt the other across a sharp boundary. That model is gone. The apparatus does not dissolve with it. It asks, as any large institution does when its founding purpose evaporates: what are we for now?

    The answer, reached across the early 1990s and codified in CALEA in 1994, was a fundamental shift in the threat model: from inter-grid to intra-grid. The adversary is no longer another state system competing with yours from outside. There is now only one grid — the Western liberal international order — and everyone is either already in it or will soon join it. The enemies that remain are sub-state actors operating within the grid: drug traffickers, organized crime, and, after 1993's World Trade Center bombing, terrorists. These actors use the same communications infrastructure as everyone else. The mission of the intelligence apparatus therefore shifts from watching the boundary between competing world systems to watching the interior of the single remaining one. CALEA is the legislative expression of that shift: it mandates that the carriers of the domestic communications grid preserve access for law enforcement, because the threat now lives inside the grid, not outside it. The backdoor faces inward.

    This reorientation was not cynical; it was a reasonable institutional response to a genuine change in the threat environment. The apparatus was right that the primary adversary had changed character. Drug cartels do not maintain a competing SIGINT program. Terrorist cells do not have a national cryptanalysis directorate. The intra-grid threat model asks only that communications be readable by authorized law enforcement — it does not need to worry about the access mechanism being found and reversed by a peer state, because in 1994 there is no peer state. The Cold War apparatus had spent forty years learning to think in terms of grid-versus-grid competition; in 1994 there is only one grid, and the apparatus retooled to think inside it. Crucially, the major powers remaining were operating in a frame of rough engagement: Russia was a G8 member; the PRC was a supply-chain partner; Five Eyes and NATO intelligence sharing was deep; even Russia and China shared counterterrorism interests with the West. Centralization in that world is a pure force multiplier: everything knowable, known immediately, correlatable. The model has an internal logic — and that logic is entirely dependent on the intra-grid threat model remaining true.

    Now — the intra-grid threat model has inverted back to inter-grid. The assumption that made the 1994 architecture rational — one grid, adversaries inside it, no competing grid trying to read it from outside — has been falsified. Russia and China are not sub-state actors operating within the Western liberal order; they are states that have explicitly declared their intention to revise or replace that order, which means they are, in the original Cold War sense, outside the grid and competing with it. The threat model has returned to grid-versus-grid — but the infrastructure was rebuilt for intra-grid surveillance and never changed back. The backdoor still faces inward. The actors now most motivated and most capable of using it are outside, looking in. Russia is conducting a land war in Europe, supplying and being supplied by Iran, and explicitly leading an anti-Western alignment. The PRC is in open strategic competition — chip controls, network exclusions, Taiwan pressure — with a national cyber program documented to target exactly the carrier infrastructure CALEA requires to be maintained and accessible. Iran adds a third capable adversary with growing technical reach. The apparatus that retooled from grid-versus-grid to intra-grid in 1994 is now operating in a world that has reverted to grid-versus-grid competition — but the legal mandate it wrote for itself in 1994, optimized for the intra-grid moment, is still in force, still hardwired into every carrier, and now serves the competing grid as readily as it serves the one that mandated it. Salt Typhoon is not an anomaly. It is the grid-versus-grid threat model finding the intra-grid access path and using it exactly as designed.

    The structural inversion. CALEA's wiretap systems were designed in 1994 without an active peer adversary in the threat model. The doctrine's architects were right for their era — a brief post-Cold-War interval that lasted perhaps twenty years before beginning to erode (Crimea 2014, COVID decoupling 2020, Ukraine 2022). That interval is over. What remains is not a security system adapted to the current threat environment but a thirty-year-old mandate, legally embedded and infrastructurally entrenched, designed against a threat model that no longer exists and now optimally positioned to serve the adversaries it was never designed against. Centralization maximizes collection value in a cooperative or permissive environment; in a competitive multi-polar one it maximizes the blast radius of any breach, because the same access path that lets one government read everything simultaneously lets any adversary who finds it read the same everything.

  • Reliable detection and complete remediation. It assumes that if the access channel is ever abused, the abuse will be detected promptly and rolled back completely. Salt Typhoon demonstrates both halves of that assumption failing at once: multi-year dwell time before detection, and no certifiable eviction after it.
  • Legal compulsion equals technical control. It assumes that because the law can order a capability into existence, the law can also confine who exercises it. Statutes bind carriers; they do not bind foreign intelligence services. The capability, once built, obeys physics and mathematics, not jurisdiction.
  • Asymmetric restraint. It assumes adversaries will not impose the mirror-image demand on their own networks and then exploit the precedent — using the existence of Western lawful-access mandates to legitimize, and to study, equivalent access architectures of their own.
  • Hardware is patchable and the mandate is software-layer only. The deepest and most irreversible form of the mandate's vulnerability is not in software, firmware, or carrier infrastructure — it is in physical silicon. CALEA mandates a "capability" without specifying the implementation layer. Nothing in the statute, or in the compelled-assistance frameworks that followed it, restricts implementation to software or firmware that can subsequently be updated. The physical architecture of modern devices already illustrates why this distinction matters: Intel Management Engine and AMD Platform Security Processor are always-on subsystems implemented partly in silicon microcode that runs below the operating system and below any firmware the user can inspect or replace. The critical architectural distinction, however, is between firmware — which can theoretically be patched or reflashed after distribution — and physical transistor design, which cannot. A capability implemented in the mask design used to fabricate a chip is immutable after manufacture. It survives every software update, every firmware flash, every operating system reinstall, and every factory reset, because it exists at a layer below all of those. Every device produced from that mask carries it permanently. No patch, no policy reversal, no recall, and no legal amendment issued after manufacture can reach it. If the mandate's implementation has ever extended to the physical design layer of semiconductor hardware — and CALEA's language does not preclude this — the resulting access surface is not a configuration that can be rolled back. It is a permanent physical property of every device distributed, measured in billions of units across the installed base. This assumption — that the mandate's implementation is confined to addressable software layers — is load-bearing, unverifiable from outside the chip design process, and that process is controlled by a small number of firms operating under the legal jurisdiction of the mandating state.

The inversion

Each assumption above must hold, simultaneously and indefinitely, for the mandate to produce net security. If any single one fails, the mandate produces the opposite of its stated goal: it hands a standing, pre-installed collection capability to whichever adversary finds it first. The two most load-bearing assumptions — the geopolitical era assumption and the talent-pool assumption — have both failed, and they failed together.

Before: the intelligence community of the 1990s and 2000s operated in an environment of partial great-power cooperation. Russia sat at the G8 table. The PRC was a supply-chain partner. Five Eyes coordination was deep. Even adversarial states shared narrow counterterrorism interests. In that world, the centralize-everything model had an internal logic: the actors most likely to find the designed access paths were also, to a significant degree, the actors authorized to use them, and the primary threat — non-state actors, rogue states — lacked the technical depth to mount the kind of operation Salt Typhoon became. The cost-benefit calculation, while never clean, was at least defensible.

After: the full invasion of Ukraine in February 2022 closed the era that logic depended on. Russia is now conducting a land war in Europe and explicitly leading an anti-Western alignment. The PRC is in open strategic competition — chip controls, network exclusions, Taiwan pressure — with a national cyber program aimed at exactly the infrastructure the mandate requires carriers to maintain. Iran, an active Russian partner, adds a third capable adversary with both motive and growing technical capacity. These are not the actors the doctrine was designed against. They are, increasingly, the actors most likely to find what the law requires to be installed and findable. And the talent-pool arithmetic is brutally simple: China alone fields a population three to four times the size of the United States, with a state-directed mathematics and offensive-cyber pipeline and thirty years of documented investment in exactly this problem domain. The mandate does not ask whether any of them can find the access path. It asks that none of them do — while the mandating government's own engineers must find it routinely, by design, at production scale, every day.

The false logic the mandate rests on runs: we need to collect everything in real time to stay ahead; therefore we must be able to intercept everything; therefore every system must preserve a path for us to do so. The clause the logic omits is the one that renders it circular: every system that preserves a path for us also preserves a path for whoever else finds it — and after Ukraine, after the explicit China confrontation, after Salt Typhoon, "whoever else" is no longer a hypothetical. A backdoored architecture fails catastrophically and silently, and fails at the scale of the mandate itself — not one system, every system. Strong encryption with no exceptional access — mathematics with no door to find, executed locally with no escrowed key to steal, as in constructions derived from open mathematical hardness assumptions — fails safe. What is framed as a national-security necessity is, in the geopolitical world that actually exists today rather than the one the doctrine was designed for, a nationally distributed vulnerability enforced by statute and maintained at public expense.

§7b · The "Quantum Is Too Far Away" Objection — and Why It Misses the Point

A recurring response to post-quantum cryptographic concerns holds that quantum computers capable of breaking RSA do not yet exist, that building one would require solving foundational mathematical problems beyond current reach, and that the threat is therefore academic. This objection contains one true premise, mischaracterises a second, and misses the §7 argument entirely on the third. For the state-actor threat model — PRC and Russian programs with twenty-year planning horizons and national-scale research investment — none of the three parts survives scrutiny.

The one true premise

A cryptographically relevant quantum computer — one capable of running Shor's algorithm at the scale needed to factor 2048-bit RSA moduli — does not exist today. This is accurate. Google's 2019 "quantum supremacy" demonstration solved a sampling problem specifically chosen to be amenable to near-term hardware and was not a demonstration of Shor's algorithm at any scale relevant to RSA. IBM, Google, and others have published roadmaps toward fault-tolerant quantum computation but have not achieved it. On this specific factual point, the objection is correct.

The mischaracterised premise — Clay Mathematics and Shor's algorithm

The claim that building a cryptographically relevant quantum computer requires solving Clay Mathematics Institute Millennium Prize Problems conflates two entirely distinct categories. Shor's algorithm is mathematically complete — proven correct by Peter Shor in 1994, requiring no further mathematical discoveries. The challenge is engineering, not mathematics: building a fault-tolerant processor with sufficient logical qubits and low enough error rates. The Millennium Prize Problems (P vs NP, the Riemann Hypothesis, the Navier-Stokes existence problem, and others) are open questions in pure mathematics with no direct bearing on quantum hardware engineering. Solving none of them is a prerequisite for building a quantum computer. What the engineering challenge actually requires is continued progress in qubit coherence time, error correction, and physical fabrication — difficult and expensive, but in the same category as the semiconductor scaling that drove Moore's Law for fifty years, not the resolution of century-old mathematical conjectures. This distinction matters for threat assessment: it separates "mathematically impossible" from "engineering not yet achieved," and those two things have very different planning horizons for a state with a national quantum program.

The missed argument — the mandate bypasses encryption entirely

The most significant error, for purposes of the §7 analysis, is that the quantum objection addresses the wrong threat. The argument in §7 is not primarily that adversaries will break RSA mathematically. It is that the backdoor mandate installs a pre-existing access path — in carrier infrastructure, in platforms, and potentially in hardware — that an adversary can reach without performing any cryptanalysis at all. Salt Typhoon did not break RSA. It reached the CALEA-mandated wiretap system inside carrier networks and read communications that were already in plaintext at the lawful-intercept collection point. The encryption was irrelevant to that operation; the mandate had routed around it. Arguing that quantum computers cannot yet break RSA is therefore not a response to the §7 analysis — it is an answer to a question §7 does not ask.

The state-actor threat model and harvest-now-decrypt-later

For the specific threat model under analysis — PRC and Russian state programs with multi-decade planning horizons — the quantum computing timeline matters in a way the objection also misses, through the harvest-now-decrypt-later (HNDL) strategy. State intelligence services collect and archive encrypted communications at scale today with the explicit objective of decrypting them when quantum capability matures. This is not speculative: CISA, NSA, and NIST have all explicitly named HNDL as a reason for urgent migration to post-quantum cryptographic standards. NIST completed its post-quantum standardization process in 2024, publishing FIPS 203, 204, and 205, despite cryptographically relevant quantum computers not yet existing — because the U.S. government's own assessment is that the engineering trajectory warrants preparation now. For communications whose secrecy must persist fifteen or twenty years — diplomatic traffic, military planning, intelligence sources and methods, infrastructure configurations — the relevant question is not whether a quantum computer exists today but whether one will exist within the confidentiality window of data being encrypted today. A state actor whose planning horizon extends to 2040 cannot treat the current absence of fault-tolerant quantum hardware as a reason to discount the threat. NIST's own project, begun in 2016, reflects exactly this calculus: prepare now, because migrating critical infrastructure takes a decade and the cost of being wrong is irrecoverable. Both the TutaCrypt hybrid implementation noted in §7a and the MSIA algebraic construction presented here exist in part as direct responses to this concern — specifically because the MSIA hardness assumption (length spectrum inversion on a hyperbolic surface) is not vulnerable to Shor's algorithm in any known reduction, and its security does not depend on the continued engineering difficulty of building a quantum computer.

The “moving target” corollary — and why it reverses for backdoors

A related argument holds that RSA presents a moving target: even if a quantum attacker knew the mathematical method, key rotation would outpace the attack, continuously retiring the specific modulus being factored before factorisation completes. This argument has genuine partial validity against direct mathematical attacks on well-formed RSA instances. Each RSA key is a distinct hard problem — a specific large composite whose factors must be found — and rotating to a new key produces a new hard problem. Against a computationally bounded attacker working on one modulus at a time, key rotation is a real mitigation for communications whose secrecy window is short relative to the attack time.

1System layer — key-generation as the vulnerability
The exact inversion for structural backdoors

The argument inverts completely when applied to structural backdoors, and the inversion is exact. A structural backdoor — whether in a key-generation algorithm, a carrier access system, or a hardware design — is not a per-key problem. It is a property of the system. Once an adversary discovers the backdoor mechanism, that discovery applies to every past, present, and future instance produced by the backdoored system simultaneously. There is no new hard problem to solve for each rotation. The Dual_EC_DRBG case is the proof: the backdoor was in the key-generation process itself, meaning every key generated by any system using that algorithm was equally compromised regardless of how recently it had been rotated. Key rotation did not move the target — it produced a new key from the same broken source. The “moving target” property disappears entirely when the generation process is the vulnerability.

2Network layer — architectural access vs. per-session keys
CALEA access paths — Salt Typhoon as proof of concept

For CALEA-mandated carrier access paths the situation is structurally identical. The access path is an architectural feature of the network — a fixed property of the infrastructure — not a per-session cryptographic parameter. Rotating session keys between communicating parties does not move, alter, or patch the access point. Salt Typhoon demonstrated this precisely: the compromise gave access to the intercept system as a whole, not to any single session’s key material. An adversary who has reached the access path holds it for all sessions routed through that infrastructure, past and future, regardless of what cryptographic keys those sessions use. The target did not move. Salt Typhoon sat inside it for years.

3Silicon layer — the permanently immovable target
Physical design — the limit case where the target cannot move at all

For physical hardware the “moving target” argument reaches its absolute limit. A backdoor in silicon cannot move at all. Once fabricated, a physical design property is permanent in every unit produced from that mask. The only way to move the target is to design an entirely new chip and replace every deployed unit — a process measured in years, billions of dollars, and a physically impossible consumer-electronics recall. The “Sisyphean” characterisation of RSA attacks therefore supports the opposite conclusion for physically implemented access mechanisms: the target is permanently fixed, and any adversary who finds the mechanism holds it across the entire installed base — across every device ever produced from that design, with no patch path and no expiry.

The statistical argument from §7 is not cancelled by the “moving target” observation — it is sharpened by it. The observation distinguishes two categories of attack: mathematical attacks on well-formed cryptographic instances, where the moving-target property provides real mitigation; and structural attacks on designed access mechanisms, where no such mitigation exists. State-level adversaries with large talent pools and long planning horizons are not limited to the first category. The mandate places the access mechanism permanently in the second, and the talent-pool arithmetic noted in §7 applies with greater force there than in the mathematical-attack category — because finding a structural backdoor requires intelligence analysis, reverse engineering, and signal analysis rather than unsolved mathematical breakthroughs, making it a far more tractable target for a large, well-funded state program.

§7a · Case Study — Widely Used "Secure" Services and the Shared Vulnerability Stack

Editorial note

This section constitutes legal, technical, and policy analysis based entirely on publicly available sources: primary company documents (transparency reports, privacy policies, official technical specifications, and marketing materials); reporting by major news organisations (Reuters, the New York Times, the BBC, AP, 404 Media); published decisions of courts and regulatory bodies; and peer-reviewed or widely-cited cryptographic research. Nothing in this analysis constitutes a finding that any service currently has an undisclosed backdoor. The analysis concerns institutional trust frameworks and documented legal vulnerabilities as reported in the public record. Where a company has disputed a published account, that dispute is noted.

The shared vulnerability stack

Three structural layers recur across every service analyzed below, regardless of jurisdiction or marketing claim.

  • Layer 1 — NIST-primitive conditional trust. As reported by the New York Times (September 5, 2013) and confirmed by documents disclosed by former NSA contractor Edward Snowden, the NSA operated programs specifically designed to influence the development of cryptographic standards. The most documented outcome of that influence is Dual_EC_DRBG: Reuters reported on December 20, 2013 that the NSA arranged a contract with RSA Security under which RSA received $10 million and set the NSA-designed algorithm as the default in its widely used BSafe software toolkit — a contract RSA disputed in carefully worded terms that, as Princeton's Center for Information Technology Policy noted at the time, did not directly deny Reuters' central factual claim.[R1] Dual_EC_DRBG was the only NIST-standardized cryptographic algorithm for which an embedded weakness of this kind was subsequently documented; NIST withdrew the standard in April 2014 after the NSA confirmed it could exploit the backdoor. All services analyzed below use at least one algorithm from the same NIST standardization process — most commonly SHA-256 or SHA-512 (authored by the NSA and submitted to NIST as FIPS 180-2 in 2001), the NIST P-curves (whose seed parameter selection has never been publicly explained by the NSA, a concern documented extensively by cryptographers Daniel Bernstein and Tanja Lange on their publicly accessible SafeCurves research site[R2]), or RSA (whose security depends on parameter choices made under the same standardization framework). AES-256 occupies a distinct position: it was selected through an open international competition in 2001 and designed by Belgian cryptographers Joan Daemen and Vincent Rijmen, not by the NSA — the selection process is documented by NIST in FIPS 197 — and carries a meaningfully stronger institutional trust profile as a result.
  • Layer 2 — Web-client attack surface. Services that deliver their cryptographic client code through a web browser serve fresh JavaScript on each session from their own servers. A government order compelling the provider, or a direct compromise of the provider's server infrastructure, can modify that delivered code to extract plaintext or private keys before the encryption step executes, without requiring any weakness in the underlying cryptographic algorithm. This attack vector is independent of encryption strength; it operates at the delivery layer, not the protocol layer. The practical scope of this surface is limited by the legal threshold required to compel a given provider — which varies by jurisdiction — but the surface exists in every browser-based implementation.
  • Layer 3 — Legal-process metadata exposure. In every jurisdiction studied, providers are compelled to produce account metadata (IP addresses at registration and login, session timestamps, recovery contact information, billing records, device identifiers) under lawful process, even when content is genuinely encrypted and unavailable. As documented in each service's own published transparency reports and in court filings, such metadata is sufficient in practice to identify, locate, and associate users with communications, without requiring access to message content.

Service analysis

ProtonMail Switzerland — Swiss legal process / U.S. MLAT

Layer 1 — primitives. According to Proton AG's own published technical documentation, ProtonMail uses OpenPGP with RSA or ECC keys, AES-256 for symmetric encryption, and SHA-512 for integrity verification. SHA-512 is NSA-authored and NIST-standardized (FIPS 180-2, 2001) under the same institutional framework that produced Dual_EC_DRBG, as documented by Reuters and the New York Times. AES-256 carries the stronger trust profile noted above. No weakness in SHA-512 has been publicly documented; the trust is conditional, not disproven.

Layer 2 — web client. Proton AG offers a browser-based interface that delivers JavaScript cryptographic operations to the user's browser on each session. The legal threshold for compelling a modification would be determined by Swiss law; the technical surface exists.

Layer 3 — legal exposure. According to Proton AG's own transparency report, the company received 9,301 legal orders in 2025 and complied with 8,313 of them — a compliance rate of approximately 89%.[R3] The company states, and Swiss law confirms, that it cannot be compelled to decrypt content it does not hold keys to. It can be and has been compelled to produce IP addresses, recovery email addresses, and billing information. The U.S. government accesses such information through the U.S.-Switzerland Mutual Legal Assistance Treaty (MLAT): 404 Media reported in 2026, and the Independent Institute confirmed, that the FBI obtained billing information from Proton AG through Swiss authorities via this route in a domestic U.S. investigation.[R4] Switzerland's proposed VÜPF revision (article 50a), as reported by Tuta Mail's public advocacy materials and confirmed in Swiss legal commentary, would require providers to remove "encryption provided by them or on their behalf" — with an exception currently written for end-to-end encrypted user-to-user messages.[R5]

Tuta (formerly Tutanota) Germany — German TKG / EU legal process

Layer 1 — primitives. According to Tuta's own encryption documentation, accounts created before March 2024 use AES-256 and RSA-2048; accounts created from March 2024 use TutaCrypt, a hybrid combining AES-256, x25519 (Curve25519), and Kyber-1024 (standardized by NIST as ML-KEM under FIPS 203 through the post-quantum cryptography competition). SHA-256 is used for login-password verification. AES-256 carries the stronger institutional trust profile; SHA-256 is NSA-authored; ML-KEM was produced through a more open NIST competition process. RSA-2048's parameter security depends on the same NIST framework.[R6]

Layer 2 — web client. Tuta offers browser-based and app-based clients; the browser client delivers JavaScript on each session. The app distribution channel carries equivalent risk at a lower frequency and subject to Apple and Google platform controls.

Layer 3 — legal exposure. Tuta is subject to German telecommunications law (TKG) and EU court orders. In 2019, a German court — the Cologne Regional Court — ordered Tuta to enable real-time logging of IP addresses for a specific targeted account, a ruling Tuta complied with under legal compulsion after contesting it, as Tuta publicly disclosed in its own blog posts on the case. Germany's BND (Bundesnachrichtendienst) maintains intelligence-sharing relationships with NSA and Five Eyes partners, as documented in reporting by Der Spiegel and others following the 2013 Snowden disclosures. U.S. data requests proceed via the U.S.-Germany MLAT.

Signal United States — Signal Foundation 501(c)(3)

Layer 1 — primitives. According to Signal's own published technical specifications, the Signal Protocol uses Curve25519 (designed by Daniel J. Bernstein and published in 2006 — not an NSA algorithm, as Bernstein has publicly documented on cr.yp.to), AES-256 (the open-competition Daemen-Rijmen algorithm), and HMAC-SHA256 for message authentication. HMAC-SHA256 is constructed from SHA-256, which is NSA-authored (FIPS 180-2), and carries the same conditional trust analysis as all SHA-2 derivatives. Curve25519 and AES-256 represent the most carefully curated set of primitives of any service listed here; HMAC-SHA256 carries the conditional caveat.[R7]

Layer 2 — web client. Signal does not offer a browser-based web client. It distributes signed desktop and mobile applications. The analogous risk exists at the app-store and binary-distribution layer: a state actor with legal leverage over Apple or Google could in principle influence the distributed binary. Signal publishes reproducible builds to enable independent verification, though few users verify.

Layer 3 — legal exposure. Signal Foundation is a U.S. entity subject to U.S. legal process, including National Security Letters (NSLs) and §702 FISA orders. Signal's own published legal responses to subpoenas — which it discloses where legally permitted — document that it can produce only the phone number associated with an account and its registration date, because its architecture retains nothing else. Phone numbers are required for registration, enabling independent targeting through the mobile carrier layer regardless of Signal itself.

WhatsApp United States — Meta Platforms Inc. — CALEA-subject

Layer 1 — primitives. According to Meta's own published WhatsApp security whitepaper, WhatsApp uses the Signal Protocol for message content encryption — Curve25519, AES-256, HMAC-SHA256. The protocol-layer primitive analysis is therefore identical to Signal's. Meta, as a U.S. communications provider, is subject to CALEA.

Layer 2 — web client. WhatsApp Web, Meta's browser-based client, delivers JavaScript on each session. Meta is a U.S. entity fully subject to CALEA, §702 FISA orders, NSLs, and standard federal legal process; the legal threshold for compelling a modification is lower than for non-U.S. providers.

Layer 3 — legal exposure and metadata. According to Meta's own privacy policy and terms of service, WhatsApp collects and retains — and makes available to lawful process — a substantially wider metadata set than Signal: contact lists, profile photographs, usage patterns, device identifiers, IP addresses, and behavioral data used for advertising purposes. Cloud message backups are not end-to-end encrypted by default under Meta's standard settings, as Meta's own backup documentation states, though an opt-in E2E backup option exists. The gap between content encryption and metadata exposure is wider here than in any other service reviewed.

AWS Wickr United States — Amazon Web Services — CALEA-subject — FedRAMP High

Layer 1 — primitives. According to AWS's own published Wickr technical documentation, messages are encrypted with AES-256 per message, and key exchange uses ECDH with the P-521 curve. P-521 is a NIST P-curve. As Bernstein and Lange document on SafeCurves, the NIST P-curves were generated using a seed whose derivation has never been publicly explained by the NSA — unlike Curve25519, which was designed with fully transparent and publicly documented parameters.[R2] No exploitable weakness in P-521 has been published; the institutional trust question is the same category of concern as Dual_EC_DRBG, differing in that no exploit document has been disclosed.

Layer 2 — web client. AWS Wickr distributes desktop and mobile applications rather than a browser-delivered web client — a better posture on Layer 2.

Layer 3 — legal exposure. This is, by AWS's own published description, the most transparent case of the six. AWS's own marketing materials describe Wickr as designed to "meet auditing and regulatory requirements like e-discovery, legal hold, and FOIA requests." AWS has announced FedRAMP High authorization for WickrGov, used by U.S. Department of Defense components including the U.S. Air Force, as documented in AWS's own press releases.[R8] Amazon is a U.S. entity subject to CALEA and the CLOUD Act, which requires production of data regardless of where it is stored. Wickr's enterprise data-retention feature, per AWS's own documentation, logs communications to a customer-controlled store that is itself subject to lawful process. AWS Wickr is not designed as an adversary-resistant communications tool; it is designed as a compliant enterprise one.

Telegram UAE-registered — MTProto 2.0 — cloud chats not end-to-end encrypted

Layer 1 — primitives. According to Telegram's own published technical documentation, "Secret Chats" use MTProto 2.0 with AES-256, RSA-2048, and SHA-256. Standard "cloud chats" — the default mode for the overwhelming majority of Telegram conversations — are not end-to-end encrypted: they are stored on Telegram's servers in a form Telegram can access, encrypted only in transit. This is documented in Telegram's own FAQ and has been confirmed by independent security researchers.

Layer 2 — web client. Telegram Web delivers JavaScript on each session. For standard cloud chats, the server already holds accessible content, making the web-client attack surface additive rather than the primary concern.

Layer 3 — legal exposure. In August 2024, Reuters, the Associated Press, and the BBC reported that French authorities placed Telegram CEO Pavel Durov under formal judicial investigation (mise en examen) on multiple charges. According to Reuters' reporting, the charges included allegations of complicity in offences committed through Telegram and refusal to communicate information to competent authorities pursuant to judicial requests.[R9] Durov was released under judicial supervision with conditions including remaining in France; the proceedings were ongoing as of the date of this analysis. Telegram's registration in the UAE does not create a legal barrier equivalent to Swiss or EU jurisdictional protections; the public uncertainty about Telegram's cooperation posture that arose from this case has not been resolved.

Cross-service summary

The institutional trust question on NIST primitives is present in every service above. AES-256 carries the strongest documented trust profile (open competition, non-NSA designers, FIPS 197). HMAC-SHA256 and SHA-512 carry the weakest (NSA-authored under the same framework that produced the only NIST-standardized algorithm for which a designed weakness has been publicly documented, per Reuters and the New York Times). The NIST P-curves sit between those positions: a legitimate publicly-documented concern from the cryptographic research community, no exploit published. Every service uses at least one SHA-2 derivative or NIST P-curve. The web-client attack surface is present in ProtonMail, Tuta, WhatsApp, and Telegram; Signal's app-distribution posture is better; AWS Wickr avoids it entirely but is the most explicitly designed for government-accessible compliance. Telegram carries the worst content exposure because most of its conversations are not end-to-end encrypted at all, per its own documentation. The difference between these services and a CALEA-subject U.S. carrier is real, meaningful, and documented. It is not equivalent to a mathematical proof of security derived from a hardness assumption outside the NSA institutional design lineage.

Sources — §7a

  • [R1] Reuters, Joseph Menn, "Exclusive: Secret contract tied NSA and security industry pioneer," December 20, 2013 — NSA arranged $10 million contract with RSA Security; Dual_EC_DRBG set as default in BSafe. RSA disputed the characterization; Princeton CITP documented that RSA's denial did not address Reuters' central factual claim. New York Times, September 5, 2013 — NSA programs to influence cryptographic standards. NIST withdrew Dual_EC_DRBG, April 2014.
  • [R2] D.J. Bernstein and T. Lange, SafeCurves: choosing safe curves for elliptic-curve cryptography, safecurves.cr.yp.to — documents NIST P-curve seed provenance concerns and contrast with Curve25519's fully public design rationale. Bernstein's Curve25519 paper (2006) independently documents design transparency.
  • [R3] Proton AG, Transparency Report 2025, proton.me/legal/transparency — 9,301 legal orders received; 8,313 complied with. Swiss Federal Administrative Court, October 2021 — email providers not classified as telecommunications providers under Swiss SPTA.
  • [R4] 404 Media (2026) and Independent Institute, "Proton Mail, 404 Media, and the Long Arm of the Law," May 7, 2026 — FBI obtained billing information via U.S.-Switzerland MLAT in Stop Cop City investigation; Swiss authorities compelled Proton to produce it. Freedom of the Press Foundation, "Proton Mail is not for anonymity," March 11, 2026.
  • [R5] Tuta Mail, "Switzerland plans surveillance worse than US," November 15, 2025 — article 50a of proposed VÜPF revision; end-to-end user-to-user message exception noted. tuta.com. gblock.app, "Switzerland Is Forcing Backdoors on Encrypted Email," February 11, 2026.
  • [R6] Tuta, "Everything you need to know about Tuta's encryption," tuta.com/encryption — TutaCrypt: AES-256, x25519, Kyber-1024 (ML-KEM / FIPS 203); SHA-256 for login. Legacy: AES-256, RSA-2048.
  • [R7] Signal Foundation, technical specifications, signal.org/docs — X3DH, Double Ratchet, Curve25519, AES-256, HMAC-SHA256. D.J. Bernstein, "Curve25519: new Diffie-Hellman speed records," 2006 — independently designed, parameters publicly documented.
  • [R8] AWS press release, "AWS Wickr achieves FedRAMP High authorization," March 7, 2024. AWS Wickr documentation: docs.aws.amazon.com/wickr — "auditing and regulatory requirements like e-discovery, legal hold, and FOIA requests" is AWS's own language.
  • [R9] Reuters, August 24, 2024 — French authorities place Telegram CEO Pavel Durov under formal judicial investigation (mise en examen); Associated Press and BBC corroborating same date. Charges as reported by Reuters include allegations of complicity in offences committed via the platform and refusal to cooperate with judicial authorities. Durov released under judicial supervision; proceedings ongoing. Telegram has disputed characterizations of its cooperation posture.

§9 · The Physical-Layer Alternative — Intelligence Without Breaking Encryption

The debate over the backdoor mandate is often framed as a binary: either the intelligence and law enforcement community has the access it needs, or it is blind. That framing obscures a third option that has become technically viable precisely in the era in which the mandate's vulnerabilities have become most acute. The same technological developments that make mass surveillance more powerful also make encryption-layer backdoors less necessary as a collection mechanism.

What the physical layer already reveals

Every active wireless device in a populated area is continuously broadcasting radio-frequency information that does not depend on the content of any communication and cannot be protected by encryption of that content. A smartphone emits WiFi probe requests, Bluetooth Low Energy beacons, and cellular registration signals — each carrying or implying an identifier, a location, and a behavioral signature — simply by being powered on. A WiFi access point seen by an ISP reveals not just traffic metadata but, through Channel State Information (CSI) analysis, the physical presence, count, movement, and even gesture patterns of people in the vicinity of the antenna. This is not theoretical: published academic research (the Widar series, WiGest, and Carnegie Mellon University's DensePose From WiFi work) demonstrates WiFi-CSI-based detection of human presence, crowd density, carried objects, full-body skeletal pose, and fine-grained limb gestures at ranges of tens of meters through walls, using hardware already present in every home and office. The transition from academic result to production-ready open-source deployment has already occurred: π RuView,[11] an edge AI system implementing WiFi DensePose, reconstructs body position, breathing rate, and heart rate in real time from ambient WiFi signals — no cameras, no app on the monitored device, no cloud dependency — running on an ESP32 sensor node costing approximately one dollar. The model fits in 8 KB and runs in microseconds on a Raspberry Pi. The capability described in §9 is not a research projection; it is working code on commodity hardware, publicly available today.

At the city scale the signal density becomes overwhelming in the useful direction: urban areas, precisely the areas of greatest security concern, are also the areas of greatest wireless device concentration. Every person carrying a phone is, from the RF layer, continuously visible — location triangulable from cellular tower ping timing, movement traceable from successive WiFi probe-request captures, co-presence with others inferable from Bluetooth proximity events, physical gestures and vital signs detectable by a $9 sensor drawing on the ambient signals already filling the space. π RuView explicitly exploits multi-static passive sensing: its multi-frequency mesh scans across WiFi channels and can draw on neighboring routers as additional sensing nodes without any cooperation from those routers' owners. None of this requires reading a single encrypted message. The physical layer is a continuous, real-time behavioral record of a populated area that exists independently of whether any communication is encrypted.

Edge AI as the classification layer

Open-source capable AI models now run on consumer-grade local hardware — a laptop, a compact inference card, or a cluster of edge devices — without any cloud dependency and without any content layer access. Applied to the physical-layer signal stream, such a model functions as a behavioral classifier: given the RF signature profile of a device, its movement patterns, its association graph with nearby devices, and the timing and density of its emissions, a classifier can assign probability scores to behavioral categories — stationary versus mobile, isolated versus grouped, routine versus anomalous — in real time, without ever seeing the content of any communication.

The critical architectural property is the separation of layers. The classifier operates on behavioral and physical metadata; it does not touch, and does not need, communication content. A legal-threshold layer can be inserted between the raw classifier output and any enforcement action: the classifier flags a behavioral pattern as warranting attention; a legal review gate — human, algorithmic, or both — determines whether the threshold for lawful investigation has been met before any content-layer access is sought through normal legal process (a warrant, a court order). For government-agency use the threshold layer can be configured differently than for general civilian monitoring; for civilian use it provides a civil-liberties control surface that the current backdoor mandate entirely lacks.

Why this architecture is structurally superior to the backdoor mandate

The physical-layer + edge-AI architecture achieves the stated intelligence goal — detecting behavioral anomalies and threat signatures in a population — while avoiding every structural failure mode the backdoor mandate creates:

  • No global vulnerability surface. There is no designed access channel in the encryption layer for an adversary to find, reverse-engineer from a commercially purchased device, or reach through a Salt Typhoon-class infrastructure intrusion. The physical-layer signals are already broadcast; their collection does not require a mandated backdoor in any device or platform.
  • No standardized-primitive trust problem. The classification model does not depend on NSA-designed hash functions or NIST-standardized curves. Its integrity is verifiable by inspection of open-source model weights and architecture — the same transparency that makes open-source AI a viable path at all.
  • No intra-grid / inter-grid confusion. Physical-layer monitoring is inherently local and jurisdictional — it operates in the physical space of the monitoring authority, not across a globally mandated infrastructure stack. An adversary state cannot exploit a U.S. physical-layer monitoring system from Moscow or Beijing the way it can exploit a CALEA-mandated carrier intercept path.
  • Works in the threat model that actually exists. The current threat includes actors who use strong encryption for communications but still move through physical space, carry devices, and emit RF signals. The physical layer captures what the communication layer deliberately conceals. The backdoor mandate was designed for an era when adversaries used unencrypted telephony; the physical-layer approach is calibrated to the era when they use Signal and WhatsApp.
  • Architectable with civil-liberties controls the mandate cannot provide. Because the classifier operates on behavioral metadata and produces a probability score rather than a content intercept, a legal threshold gate is a natural and enforceable architectural component. The mandate, by contrast, provides binary access: either the carrier has the intercept capability or it does not, and once the capability exists it is available to whoever reaches it.

The proportionality argument

The intelligence community's stated need — visibility into potential threats in a population — is proportional to the physical-layer approach in a way it is not proportional to the backdoor mandate. The mandate requires that every encrypted communication by every person be subject to potential interception, in order to reach the small fraction that is relevant to security. The physical-layer approach monitors behavioral signatures in public space — where there is no reasonable expectation of privacy from observation — and uses the legal process to escalate to content access only when the behavioral signature meets a legal threshold. The mandate is a fishing net cast across the entire communications layer of society; the physical-layer approach is a behavioral detector that initiates legal process for content access. One of these is proportional to the security goal. The other is not.

§10 · The Long Game — Avoiding Hot War and Winning Through the Mandate

Every strategic analysis of the backdoor mandate focuses on the present: what capabilities exist today, what compromises have been detected, what data has been exfiltrated. The more important question is forward-looking: given that the mandate is legally entrenched and unlikely to be rapidly revised, and given that technological dependence on connected electronic devices is increasing rather than decreasing, what does the strategic trajectory look like over the next two to three decades? The answer, examined honestly, is that the mandate creates a pathway to strategic defeat for the United States and its allies that does not require Russia or China to fight and win a single conventional battle.

The two-outcome logic

The architects of the 1994 mandate operated, consciously or not, on a two-outcome model. Either the liberal international order would continue to consolidate — Russia and China would eventually integrate into it, as post-Soviet Russia was expected to do and as the WTO accession of China was supposed to begin — in which case the mandate's vulnerabilities would never matter because there would be no capable adversary to exploit them. Or, in the more pessimistic scenario, a peer adversary would emerge — but in that case the assumption was that the conflict would resolve through the same mechanism that ended the Cold War: the superior economic and technological output of the liberal order would eventually outcompete the challenger, producing something like a second 1991. The mandate's backstop, on both outcomes, was that the era of serious inter-grid competition would be brief. The access paths would either never be threatened or would be threatened for a period short enough to manage.

Both outcomes require the adversary to either join the order or be defeated by it. Neither accounts for a third path: the adversary avoids hot war, avoids economic collapse, and instead exploits the mandate's vulnerabilities as a long-duration asymmetric strategy to gradually erode the West's capability advantage until the strategic balance flips. This is the path that the mandate, as currently structured, enables — and it is the path that requires no kinetic engagement, no battlefield victory, and no direct confrontation that the West's conventional military superiority would resolve in its favor.

The escalation ladder under current technology

The exploitation of mandated access paths follows a natural escalation ladder, each rung of which is already being climbed:

  • Rung 1 — Civilian communications. Wiretap systems at U.S. carriers, reached by Salt Typhoon. Diplomatic communications, campaign communications, business intelligence, personal leverage. This rung is already demonstrated.
  • Rung 2 — Government and military adjacent infrastructure. The same carriers route classified-adjacent traffic; cleared personnel use personal devices; contractor networks touch sensitive systems. The boundary between civilian and government infrastructure is not hermetic, and the mandate applies equally on both sides of it.
  • Rung 3 — Critical infrastructure. Industrial control systems, energy grids, water treatment, financial clearing — all increasingly networked, all subject to the same CALEA/§702/CLOUD Act compelled-access framework in their communications layer. The access path that reaches a carrier network reaches the control systems those carriers serve.
  • Rung 4 — Physical AI infrastructure. The emerging layer of AI systems embedded in the physical world — autonomous logistics, robotic manufacturing, smart city management, autonomous vehicles — is connected infrastructure. Every connected node in a physical AI deployment is an electronic communications device subject to the mandate's framework. When physical AI is managing supply chains, operating surgical systems, or running transportation networks, the access path into those systems carries physical-world consequences that a traditional wiretap never approached.
  • Rung 5 — Brain-computer interface. Devices such as Neuralink's N1 implant, already in human trials, are electronic devices that communicate wirelessly. They will eventually be classified as electronic communications devices subject to compelled-assistance frameworks. When the mandate's access path reaches a brain-computer interface, the concept of communications intercept becomes something categorically different: it becomes access to the boundary between human cognition and the electronic record of that cognition. The legal framework that justified reading a phone call in 1994 will not have been revised to account for this before it arrives.

Why hot war is unnecessary

The strategic logic of avoiding kinetic conflict while exploiting the mandate is straightforward. Hot war against the United States and NATO is high-risk, potentially existential, and likely to activate the full conventional and nuclear deterrence architecture. It is also unnecessary, as long as the mandate exists and the escalation ladder is climbable at acceptable cost. The alternative is a long-duration campaign that stays below the threshold of armed conflict: persistent presence in carrier infrastructure (Salt Typhoon operated for years before detection); pre-positioned access in critical infrastructure that can be activated if the strategic situation requires; systematic collection of intelligence from every rung of the escalation ladder to build targeting packages, identify leverage points, and map decision-maker communications and relationships; and gradual degradation of Western institutional confidence in its own infrastructure, which produces risk-aversion and hesitation in exactly the scenarios where decisive action would matter most.

Sun Tzu's formulation — supreme excellence consists in breaking the enemy's resistance without fighting — describes this strategy precisely. The mandate provides the mechanism: a pre-installed, legally mandated, globally distributed capability that any sufficiently capable actor who finds it can use to read, monitor, and eventually influence the decision-making infrastructure of the mandating state and all its allies. The adversary does not need to win a battle. It needs to find the doors that the law requires to be kept unlocked, and then wait.

The physical AI era amplifier

The leverage the mandate provides is not static — it scales with technological dependence. In 1994, the mandate gave access to voice calls over copper wire. In 2024, it gives potential access to the communications layer of critical infrastructure. In 2034, as physical AI becomes deeply embedded in industrial, medical, logistical, and civic systems, the mandate gives potential access to the physical operation of civilization itself. The direction of the trend is not ambiguous: the more the physical world is operated by AI systems running on connected devices, and the more those systems are subject to the same compelled-access framework, the greater the leverage that any actor holding the access path possesses over the physical functioning of the society whose infrastructure is mandated to be accessible.

The brain-computer interface endpoint is worth naming directly, not as speculation but as a logical terminus of the current trajectory. Neuralink's human trials began in 2024. The regulatory framework governing neural devices does not currently include a compelled-access provision, but the 1994 CALEA framework was extended to broadband in 2005 and to VoIP in 2006; the pattern of extension follows deployment, not design. If brain-computer interfaces become a consumer technology — which they are on track to do within the mandate's own policy lifetime — and if the compelled-access framework follows its own precedent and extends to cover them, then the mandate's access path reaches human cognition. At that point the strategic implications of the current legal architecture are no longer about communications; they are about the boundary of the self.

The only stable resolution

There are, on this analysis, two stable strategic outcomes. The first is the 1991 analogue: the adversary's internal contradictions produce a collapse or a fundamental reorientation, removing the peer competitor capable of exploiting the mandate. The second is the revision of the mandate itself — moving from a centralized, compelled-access architecture to one in which security derives from mathematical hardness rather than from institutional compliance, and in which there is no access path for any actor to find. The physical-layer surveillance approach described in §9 provides the intelligence collection capability that the mandate's architects genuinely needed, without requiring the encryption layer to carry a designed vulnerability. Between those two outcomes lies the current trajectory: a mandate that was designed for a world that ended in 2022, scaling in leverage as the physical AI era deepens, providing a slow-moving but structurally sound pathway to strategic victory for any peer adversary patient enough to climb the escalation ladder rather than fight the battle the West is prepared to win.

§11 · The Allied Dependence Problem — NATO and Europe Inside the Same Perimeter

The exposure described above is not confined to the United States, because the data of allied states largely is not confined to allied jurisdictions. The overwhelming majority of European cloud workloads — government, enterprise, and consumer — run on U.S. hyperscalers (commonly estimated at roughly seventy percent of the EU cloud market across AWS, Microsoft, and Google), and under the CLOUD Act those providers must produce data within their control regardless of whether it sits in a Frankfurt, Dublin, or Paris data center.[9] Jurisdiction follows the provider, not the geography. European "sovereign cloud" offerings operated by U.S.-headquartered firms remain, by the providers' own admissions before European legislatures, unable to guarantee immunity from U.S. legal process.

The consequence is a double dependence. First, NATO and EU member states depend on the confidentiality of infrastructure that U.S. law requires to be interceptable and compellable — so every weakness in the U.S. lawful-access stack is automatically a weakness in theirs. When Salt Typhoon sat inside U.S. carrier intercept systems, the calls and records of allied diplomats, officers, and firms routing through or stored in that infrastructure were inside the same compromised perimeter. Second, the European judicial system has already ruled, twice, that this arrangement is structurally incompatible with its own fundamental-rights law (Schrems I, Schrems II) — and the political response each time has been a new adequacy instrument layered over the unchanged collection statutes rather than a change to the statutes themselves.[8]

For allied governments, therefore, the backdoor-mandate logic fails twice over: they carry the vulnerability cost of the U.S. access architecture without holding the access, and their own emerging mandates (IPA, TOLA, Chat Control) add further doors into systems their adversaries also study. Client-side, no-escrow, no-exceptional-access encryption — where confidentiality derives from mathematics executed on the user's own device rather than from any provider's compliance posture — is the only layer of the stack that is indifferent to which jurisdiction's compelled-access law applies and to which adversary has penetrated which carrier. That is precisely the design that client-side, open-hardness constructions of this kind provide.

Sources & Footnotes

  • Wall Street Journal (Oct. 5, 2024), first public report that Salt Typhoon reached the systems carriers maintain for court-authorized wiretap requests under CALEA at AT&T, Verizon, and Lumen.
  • FBI & CISA, Joint Statement on the People's Republic of China (PRC) Targeting of Commercial Telecommunications Infrastructure, Nov. 13, 2024. cisa.gov
  • CISA, NSA, FBI & international partners (AU, CA, NZ), Enhanced Visibility and Hardening Guidance for Communications Infrastructure, Dec. 3, 2024. cisa.gov
  • Jeff Greene, Executive Assistant Director for Cybersecurity, CISA, press briefing, Dec. 2024: "We cannot say with certainty that the adversary has been evicted," noting the scope of intrusion remained unknown.
  • U.S. Senate Commerce Committee, Subcommittee on Communications, Media, and Broadband, hearing on Salt Typhoon and communications-network security, Dec. 11, 2024; contemporaneous White House briefings (Anne Neuberger) placing the count at nine or more U.S. carriers, with classified-level uncertainty about persistence.
  • CISA et al., Joint Cybersecurity Advisory AA25-239A, Countering Chinese State-Sponsored Actors' Compromise of Networks Worldwide to Feed a Global Espionage System, Aug. 27, 2025. cisa.gov
  • FCC, Declaratory Ruling & NPRM, FCC 25-9, PS Docket No. 22-329 (adopted Jan. 2025), construing CALEA §105 as an affirmative network-security duty; rescinded by Order on Reconsideration adopted Nov. 20, 2025. FCC 25-9
  • CJEU, Case C-311/18, Data Protection Commissioner v. Facebook Ireland & Schrems ("Schrems II"), judgment of July 16, 2020; see also Case C-362/14 ("Schrems I"), Oct. 6, 2015.
  • Clarifying Lawful Overseas Use of Data (CLOUD) Act, 18 U.S.C. §2713 (2018): a provider "shall … preserve, backup, or disclose" data within its "possession, custody, or control … regardless of whether such communication, record, or other information is located within or outside of the United States."
  • Reporting (Washington Post, Feb. 2025) on a UK Technical Capability Notice under the Investigatory Powers Act 2016 directed at Apple's Advanced Data Protection; Apple's withdrawal of ADP for UK users (Feb. 21, 2025); and subsequent reporting (Aug. 2025) that the demand was dropped following U.S. government objections.
  • π RuView (Reuven Cohen, ruvnet), WiFi DensePose Sensing Observatory, open-source edge AI system implementing CMU's DensePose From WiFi research; ESP32 hardware, runs offline, no cameras. GitHub: github.com/ruvnet/RuView. Reported in Cybersecurity News, March 9, 2026.