Patent 24 / Edge Node Auth
01 / 11 US12120104B2
↑↓ navigate  ·  all patents →
Siten Sanghvi  ·  Granted Oct 15, 2024

Edge Node Auth

A decentralized security framework where any network node can validate a data payload locally — using a digital certificate, no central authority required. Multi-tier masking routes different views of the same payload to different nodes based on their geographic location, security clearance level, or network position.

US12120104B2Patent
Aug 19, 2022Filed
26 monthsTime to grant
15 Claims / 2 independentScope
Sole InventorSiten Sanghvi
SCROLL TO EXPLORE
Visual patent explainer
02 / The Problem

Traditional certificate validation routes every check through a central authority — a single point of congestion, failure, and trust.

Standard PKI and certificate-based authentication models depend on a central certificate authority (CA) or validation server. Every node that receives a payload must query the CA to verify the certificate. At scale, this creates a bottleneck: network congestion as all verification traffic passes through one point, and a single-point-of-failure that, if disrupted, breaks authentication for every node simultaneously.

Central Authority BottleneckAll certificate validation traffic routes through a central server — creating congestion, latency, and a single architectural chokepoint that grows worse at scale
One View for All NodesTraditional frameworks send the same full data payload to every receiving node — with no mechanism to selectively mask sensitive information based on the receiving node's trust level or geographic location
No Local ValidationEdge nodes and intermediate network nodes cannot validate payloads independently — they must reach back to the central authority before forwarding, preventing true decentralized operation
03 / The Invention

The authenticating node tokenizes trust into the payload itself. Every downstream node validates locally — no central callback required.

The authenticating node computes a security clearance for the incoming data payload, then embeds a digital certificate directly into the payload before forwarding. Every receiving node along the network path can validate that certificate using a locally accessible cryptographic key — no query back to any central authority needed. The certificate travels with the data.

Multi-tier masking (Claims 2–4) layers access control on top: before forwarding, a node can mask portions of the payload based on the receiving node's geo-location, security clearance level, or network equipment security level. Different nodes see different views of the same payload — routed by their trust context, not by the sender's manual configuration.

04 / Architecture

Certificate travels with the payload. Asymmetric keys separate trusted from untrusted nodes.

Claim 7 introduces the asymmetric key architecture: trusted nodes hold a private key (decrypts the first information set), untrusted nodes hold a public key (decrypts the second information set). The same encrypted payload reaches all nodes — but each node can only decrypt the portion it's authorized for. No conditional routing logic needed at the sending node.

The certificate replacement mechanism (Claim 1) extends this: as the payload traverses the network, each receiving node can replace the incoming certificate with a newly generated one before forwarding to the next node — maintaining a fresh, locally-signed certificate at each hop rather than carrying the original certificate all the way to the destination.

Architecture — US12120104B2
Data payload arrives
at authenticating node
Compute security clearance
→ add digital certificate
↓ forward to first receiving node
Validate cert locally
(no CA query)
Optionally mask payload
by node's trust context
↓ replace cert + forward
Next node: validate new cert
→ process or forward
05 / Multi-Tier Masking

Three independent signals determine what each node sees: location, clearance, and network position.

The masking system (Claims 2–4) operates on three independent dimensions. Claim 2: geo-location — a node in a restricted geographic region receives a masked view of the payload. Claim 3: security clearance level — nodes with lower clearance receive masked versions of sensitive fields. Claim 4: network position — if the receiving node is connected via unsecured equipment or infrastructure, masking is applied.

These three signals can be applied independently or in combination. A geo-restricted, low-clearance node connected via unsecured equipment would receive a payload masked on all three dimensions. A high-clearance, geo-local, secure-network node would receive the full unmasked payload. The masking logic runs at the forwarding node — not at the originating node — enabling dynamic, context-aware access control at each hop.

Masking Dimensions — US12120104B2

Claim 2 — Geo-Location Masking

Forwarding node checks geographic location of the requesting/receiving node. Nodes in restricted regions receive masked payload — sensitive fields redacted before transmission.

Claim 3 — Clearance-Level Masking

Forwarding node checks security clearance level assigned to the receiving node. Low-clearance nodes receive only the fields they're authorized to see.

Claim 4 — Network Position Masking

If receiving node is connected via insecure equipment or network path, masking is applied regardless of clearance level — defensive posture for unsecured infrastructure.

Asymmetric Key Split

Trusted nodes: private key decrypts first information set (sensitive). Untrusted nodes: public key decrypts second information set (non-sensitive). Same encrypted payload — different decryption access.

06 / Security Tiers

Trusted, geo-restricted, untrusted, and certificate chain — each node type gets a different view.

Select a node type below to trace what it receives, what it can decrypt, and how it handles the payload before forwarding.

Node Access Scenarios
07 / Trust Cascade

After a threshold of nodes confirm the certificate, subsequent nodes forward without re-checking — reducing overhead at scale.

Claim 9 introduces the trust cascade mechanism: once a configurable threshold number of nodes has successfully confirmed the digital certificate, subsequent nodes in the chain forward the payload without performing the confirmation check again. This prevents the validation overhead from scaling linearly with the number of nodes in the network path.

Claim 10 adds a time-based validity window: the certificate is only valid if it was signed within a target time window — a TTL (time-to-live) mechanism that prevents stale certificates from being replayed indefinitely. Claim 11 extends this to a geographic validity window: the certificate is only valid if signed within a target geographic location, limiting certificate portability across regions.

Trust Cascade Mechanisms — US12120104B2

Threshold-Based Cascade

After N nodes confirm the certificate, subsequent nodes forward without re-checking. Configurable threshold balances security depth against validation overhead.

Independent Fallback

Claim 8: if the second node cannot confirm the certificate was signed by the first node, it independently authenticates the payload before forwarding — no silent pass-through.

Timestamp TTL

Claim 10: certificate must have been signed within a target time window. Expired certificates rejected — prevents replay attacks using old valid certificates.

Geographic TTL

Claim 11: certificate valid only within a target geographic location. A certificate signed in Region A cannot be used to authenticate a payload forwarded from Region B.

08 / Applications

Decentralized validation for any distributed network where edge nodes can't always reach a central authority.

The framework's value is highest in environments where central authority queries are impractical: high-latency networks, air-gapped edge deployments, high-throughput data pipelines where every round-trip to a CA is a bottleneck, or distributed ledger architectures where each participating node needs independent verification capability.

Use Cases — US12120104B2
Express
Edge ATM Network Authentication ATM network nodes validate transaction payloads locally — no central CA query per transaction. Geo-masking ensures ATMs in restricted regions receive only the transaction fields they're authorized to process. Cited by Oracle International Corporation (Dec 2025) for its cross-cloud secure access architecture.
Express
Distributed IoT Sensor Network IoT nodes in a distributed sensor network validate incoming data payloads locally, apply clearance-level masking before forwarding, and use trust cascade after threshold confirmation — reducing back-haul traffic to the central server by eliminating per-payload CA queries at scale.
Express
Multi-Tier Financial Data Routing Transaction payload traverses: originating node → regional processor (geo-masked, sees regional fields) → risk engine (clearance-masked, sees transaction fields) → settlement node (trusted, full payload). Each hop validates locally; no CA bottleneck in the critical path.
Inferred
Zero-Trust Mesh Network In a zero-trust architecture where no node implicitly trusts another, this framework enables local certificate validation at every hop — implementing zero-trust principles without requiring every node to reach a central identity provider for every payload.
09 / Citations

1 Forward Citation

Cited by Oracle International Corporation in a 2025 patent on facilitating secured access to protected resources hosted in one cloud from another — directly validating the cross-boundary, certificate-based decentralized authentication model.

Forward citations confirmed via Google Patents · Jun 22, 2026
Forward Citations — US12120104B2
Oracle International Corporation US12511418B2  ·  Dec 30, 2025 Facilitating secured access to protected resources hosted in one cloud from another cloud
Patent granted Oct 2024 — citation data still accumulating. Full list on Google Patents →
10 / Solo Patent

Sole inventor. 15 claims. A complete security architecture in a single filing.

US12120104B2 is one of two patents in this portfolio where Siten Sanghvi is the sole inventor (alongside US12386982B2). The 15 claims cover the architecture from two independent angles: Claim 1 is an apparatus claim covering the routing framework as a system of nodes; Claim 7 is a method claim covering the same architecture as a sequence of operations.

The two independent claims share the same inventive core — local certificate validation — but claim it from different directions, providing protection against both system-level and method-level infringement. The 13 dependent claims build the full multi-tier masking system, trust cascade, time-based TTL, geographic TTL, and data-stripping mechanisms on top of that core.

Claim Architecture — US12120104B2

Claim 1 (Apparatus)

Routing framework: authenticating node computes clearance → adds certificate → first receiving node validates locally → generates new certificate → forwards to second receiving node.

Claim 7 (Method)

Same architecture as a method: authenticate → generate certificate → package into container → forward → confirm signature at each node → forward. Asymmetric key split for trusted vs. untrusted nodes.

Claims 2–6 (Masking Layer)

Three masking dimensions (geo, clearance, network position) + asymmetric key configuration. Built on top of Claim 1's apparatus foundation.

Claims 8–15 (Trust Controls)

Independent fallback auth, threshold-based cascade, timestamp TTL, geographic TTL, data removal for untrusted nodes, identity-based masking decisions.

11 / Timeline

Patent Lifecycle

Aug 19, 2022
Filed
Application filed — B2 patent · sole inventor
18 months
Feb 22, 2024
Published
Pre-grant publication US20240064137A1
8 months
Oct 15, 2024
Granted
US12120104B2 granted — 26 months from filing
~19 years
Jul 11, 2043
Expires
Adjusted expiration (~326 days PTA)
End / Patent 24