<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: The Zuuk</title>
    <description>The latest articles on DEV Community by The Zuuk (@the_zuuk_0635eb3b8bbf7670).</description>
    <link>https://dev.to/the_zuuk_0635eb3b8bbf7670</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3946840%2F423d318f-e434-4ca7-8712-d5f8f92a1172.jpg</url>
      <title>DEV Community: The Zuuk</title>
      <link>https://dev.to/the_zuuk_0635eb3b8bbf7670</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/the_zuuk_0635eb3b8bbf7670"/>
    <language>en</language>
    <item>
      <title>Zerobase – encrypted zero-knowledge KV+SQL store where the server can't read your data</title>
      <dc:creator>The Zuuk</dc:creator>
      <pubDate>Fri, 22 May 2026 22:30:20 +0000</pubDate>
      <link>https://dev.to/the_zuuk_0635eb3b8bbf7670/zerobase-encrypted-zero-knowledge-kvsql-store-where-the-server-cant-read-your-data-49h</link>
      <guid>https://dev.to/the_zuuk_0635eb3b8bbf7670/zerobase-encrypted-zero-knowledge-kvsql-store-where-the-server-cant-read-your-data-49h</guid>
      <description>&lt;p&gt;I built Zerobase, an encrypted database in pure Rust where the server is&lt;br&gt;
  architecturally blind to all stored data.&lt;/p&gt;

&lt;p&gt;The core idea: with PrivateClient, keys are BLAKE3-hashed and values are&lt;br&gt;
  AES-256-GCM encrypted before any network call. The server stores ciphertext&lt;br&gt;
  it cannot decrypt even with root access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's in the box:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LSM-tree engine: WAL (AES-256-GCM + Ed25519-signed + BLAKE3-chained)&lt;/li&gt;
&lt;li&gt;Ed25519 challenge-response auth + capability tokens with scoped revocation&lt;/li&gt;
&lt;li&gt;Raft consensus: election, log replication, log compaction, cluster mode&lt;/li&gt;
&lt;li&gt;SQL layer (SELECT/JOIN/WHERE/ORDER BY)&lt;/li&gt;
&lt;li&gt;TLS 1.3 via rustls — zero OpenSSL anywhere&lt;/li&gt;
&lt;li&gt;Hardware key derivation: machine-id + DMI + MAC → 32-byte master key&lt;/li&gt;
&lt;li&gt;#![forbid(unsafe_code)] across all 10 crates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Status:&lt;/strong&gt; Alpha. Crypto design and storage engine are solid, 94+ tests&lt;br&gt;
  passing. Raft is implemented but InstallSnapshot isn't done yet.&lt;/p&gt;

&lt;p&gt;Looking for feedback on the security model, the Raft implementation, and&lt;br&gt;
  anyone who wants to try breaking it.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/ODev-M/ZeroBase" rel="noopener noreferrer"&gt;https://github.com/ODev-M/ZeroBase&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>security</category>
      <category>database</category>
      <category>cryptography</category>
    </item>
  </channel>
</rss>
