RNDA: A data protocol that discards raw data after encoding to 256 bytes for breach-proof storage
By
Jordan Etzig
A reheated bagel, served cold.
Summary
RNDA is a novel data protocol that encodes raw input into 256 bytes and permanently discards the original data, making it impossible to breach since the data no longer exists. Unlike encryption, the raw data is simply gone. The protocol has been proven across 31 data types including genomics (achieving 140,835x compression), quantum circuits on IBM hardware (351,939x), medical imaging, autonomous vehicle sensors, and oil & gas data. The company positions RNDA as the next evolution in data security, following SSL for traffic and JWT for session storage, with multiple patents filed.
Key quotes
· 4 pulledThe data can't be breached because it doesn't exist.
Not encrypted — gone.
SSL made unencrypted traffic obsolete. JWT made session storage obsolete. RNDA makes raw data storage obsolete.
Proven across 31 data types: genomics (140,835x), quantum circuits on IBM hardware (351,939x), medical imaging, AV sensors, oil & gas.
You might also wanna read
PII-Shield: Kubernetes Sidecar for Automated Log Sanitization and PII Redaction
PII-Shield is a zero-code Kubernetes sidecar solution for log sanitization that automatically detects and redacts Personally Identifiable In
Using QUIC Protocol for Peer-to-Peer Networking and NAT Traversal
This technical article explores using QUIC (Quick UDP Internet Connections) protocol for peer-to-peer (p2p) networking and NAT traversal. It
Using Named-Entity Recognition to Filter Sensitive Information in Free Text for External APIs
The article discusses methods for filtering sensitive information in free text before sending it to external APIs, particularly for chatbots
How to Identify Base64 Encoded JSON and Other Data Formats
The article describes a personal experience where the author discovered that a seemingly indecipherable string in a file was actually base64
Why small pull request policies can backfire on software quality
The article critiques a common software engineering policy that limits pull requests (PRs) to small sizes (e.g., 500 lines, few files). Whil
apenwarr.ca·1h agoHow Anthropic contains Claude's expanding access across its products
Anthropic describes how it has evolved its approach to granting Claude, its AI assistant, increasingly broad access to internal systems over
