Encrypt & Fragment
Per-transfer ephemeral keys with standards-based AEAD and erasure coding. No single fragment is usable on its own.
ZeRDA replaces the at-rest storage layer with a motion-first runtime. Four functionally-distinct transport planes, per-transfer ephemeral keys with hybrid post-quantum wrap, and architectural destruction after use. This page is the technical overview.
Each step is enforced by architecture, not policy. Data moves forward or it is destroyed — it never pauses at rest.
Per-transfer ephemeral keys with standards-based AEAD and erasure coding. No single fragment is usable on its own.
Fragments fanned out across four planes on ephemeral infrastructure. Memory-only — never persisted.
Time-bound, single-use grants issued. No single component can reconstruct on its own.
Shards combined under one grant in volatile memory. Plaintext exists only in memory, never on disk.
Application or user consumes the data. Plaintext lifetime measured in milliseconds.
New keys, new fragments, new locations. Original ciphertext and its location markers are cryptographically destroyed.
One sender, one receiver, four planes between them. Payload rides the bulk relay; redundancy shards cross the critical mesh; the reassembly layout and key envelope travel their own planes. A stateless discovery service and a relay coordinator keep the mesh self-healing — without a network load balancer. Nothing touches disk in between.
Captured directly from our 3D runtime visualizer. Every node, beam, and fragment corresponds to a real service and real data path in the deployed pipeline.
Encryption, fragmentation, dual-plane transport, authorization, reassembly, and destruction — all running live.
Payload, redundancy shards, reassembly layout, and key custody travel four functionally-distinct planes — each with separate mTLS identity and network path. No single plane, and no strict subset short of the recovery threshold, yields anything usable.
Carries the bulk ciphertext subset — the majority of the payload — over a high-throughput encrypted channel. Carries no key material, no reassembly layout, and no authorization state. The bulk ciphertext alone reconstructs nothing.
Carries the critical ciphertext subset as erasure-coded shards over an mTLS-authenticated mesh. Any sufficient subset of shards recovers the subset; fewer than the threshold recover nothing. Multi-hop routing removes single-point-of-compromise risk.
Carries the encrypted reassembly layout and receiver intents under a bounded, fail-closed TTL. Gates reconstruction — no intent, no reassembly. Sees no payload bytes and no key material.
Holds the wrapped per-transfer key envelope in memory and releases it only on a single-use redemption token bound to the recipient’s operational-certificate fingerprint. Destroys the envelope on release. Sees no payload data.
The bulk and critical-redundancy planes each run a protocol matched to their artifact type — optimized separately for payload throughput and shard integrity. Neither is interchangeable with the other.
High-throughput encrypted streaming for the bulk ciphertext subset. Direct sender-to-receiver channel secured end-to-end.
mTLS-authenticated gossip mesh carrying erasure-coded shards. Multi-hop routing removes single-point-of-compromise risk.
Every transfer issues a fresh ephemeral key and signed grant token. Keys live only in memory, only long enough to authorize reconstruction, and are byte-wiped on release or TTL expiry — whichever comes first.
The per-transfer key never travels in the clear. It is wrapped under a hybrid post-quantum construction — a lattice-based key-encapsulation mechanism combined with an elliptic-curve exchange — so a captured envelope stays unrecoverable even to an adversary who later breaks classical cryptography. Harvest-now-decrypt-later is closed off by design.
TTLs are measured in seconds and configurable per deployment. After expiry, the payload is architecturally irrecoverable. There is no vault to restore from — the keys no longer exist.
The architecture is not a reference paper. The results below are from end-to-end runs on the live pipeline — not simulations, not isolated crypto benchmarks.
Full security stack — encryption, fragmentation, four-plane transport, reassembly — completes in the sub-second class on enterprise-grade links.
Sustained throughput matches top-tier enterprise transfer tooling — with zero data at rest, not bolted-on encryption.
Zero dropped transfers across the full concurrency range tested. No soft failures, no partial reassembly.
Mesh auto-scales without inspecting payload. Zero-residency guarantees are preserved at every scale point.
The takeaway is not a single headline number — it is that the full zero-residency security model runs at speeds enterprises already expect from their fastest transfer tooling, with none of the payload ever landing at rest.
Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege — every category enumerated, mitigated, and tested.
Every scenario in a full STRIDE threat model has been enumerated, mitigated in the architecture, and validated in tests.
Grant tokens expire cryptographically. There is no grace period, no admin override, no recovery mechanism. Expiration is permanent destruction.
Critical mesh nodes are ephemeral and interchangeable. Fragments survive arbitrary node churn through probabilistic rebroadcast.
MAC and TTL enforced at the fragment level, not the session level. A tampered fragment is rejected independently of the rest.
A stateless discovery service publishes the current trust anchor; a relay coordinator scores relay health and load and serves rank-ordered path selection — adaptive routing without a network load balancer. Clients recover from certificate-authority rotation with no operator intervention.
ZeRDA deploys into your AWS account via Terraform. BHTN provides the runtime, the modules, and the portal — you own the data path and the compliance posture.
AWS, Azure, GCP, or hybrid. Full infrastructure-as-code. All runtime services run on ephemeral compute — no block storage, no object storage, no persistent volumes.
No cloud dependency required. Mesh operates in fully isolated environments with on-prem key custody. Licensing supports signed-JWT offline mode.
Lightweight runtimes for constrained and edge environments. Same security model, smaller footprint.
Full threat model, crypto design, deployment reference, and benchmark methodology — available on request for technical evaluators under NDA.