A protected connection
TLS protects a connection between its endpoints; a terminating service may still see plaintext.
Recipient protection can keep forwarding intermediaries outside the payload trust boundary.
Embedded & mesh
Local storage and protected exchange belong in the same deployment conversation. 8DB brings them together in the embedded node, so the application can define which devices participate and what each is allowed to receive.
01 / The practical advantage
A server can route a message without being entitled to read its contents. An authorized endpoint still needs access to the data it processes. Those are different responsibilities.
Keep the database close to the work. Confirm the operations, persistence and resource budget for the exact device and build.
Explore the Engine →02The published protected-node path covers recipient-protected exchange, admission and local resealing. Its qualification describes the admitted schema and test boundary.
Inspect the protected path →03Enrollment, disconnects, stale permissions, key changes and restored devices all affect the result. Make them part of a deployment test.
Review lifecycle controls →02 / The alternative and the difference
TLS protects a connection between its endpoints; a terminating service may still see plaintext.
Recipient protection can keep forwarding intermediaries outside the payload trust boundary.
The system must coordinate local keys, remote identity, permissions, conflicts and restores.
Evaluate those responsibilities as one 8DB deployment, with explicit support and recovery limits.
03 / Scope and evidence
Architecture illustrations are conceptual. Platform and workload support must be confirmed for the selected build.
Open the evidence library →Agree on which operations remain available without a connection, how queued changes are admitted, and which permissions require fresh authority. Offline availability is workload-specific.
Test conflicting updates, stale membership, retries and replay. A successful send is only one step; the receiving node must admit and persist the right state.
Treat a backup as another copy with a lifecycle. Verify that restore cannot silently reintroduce data or authority that should have expired.
Use the published protected-node qualification for its exact tested boundary. A working protected path is not a claim that every modality, watch, phone, desktop and server combination is production-qualified.
Keep moving