<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Zbelthas — News</title>
    <link>https://zbelthas.com/news</link>
    <atom:link href="https://zbelthas.com/rss.xml" rel="self" type="application/rss+xml" />
    <description>Updates from the Zbelthas post-quantum privacy platform: releases, security milestones, and architecture decisions.</description>
    <language>en</language>
    <lastBuildDate>Thu, 23 Apr 2026 15:06:52 GMT</lastBuildDate>
    <generator>Astro</generator>
    <item>
      <title>Private Linux Release — Fuzzing Tests Ongoing</title>
      <link>https://zbelthas.com/news#private-linux-release-fuzzing</link>
      <guid isPermaLink="false">https://zbelthas.com/news#private-linux-release-fuzzing</guid>
      <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
      <category>Release</category>
      <description>The first private build of Zbelthas is now running on Linux. Intensive internal fuzzing tests are in progress across all three modules — Wallet, Chat, and Browser — with focus on cryptographic edge cases and IPC channel security.</description>
    </item>
    <item>
      <title>Trademark Registration &amp; Community Channels</title>
      <link>https://zbelthas.com/news#trademark-registration-community-channels</link>
      <guid isPermaLink="false">https://zbelthas.com/news#trademark-registration-community-channels</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
      <category>Legal</category>
      <description>Zbelthas™ trademark formally registered, demonstrating our long-term commitment to the project and brand identity. Official community channels established with verified domain identifiers to prevent impersonation.</description>
    </item>
    <item>
      <title>Advanced Cryptography Integration Complete</title>
      <link>https://zbelthas.com/news#advanced-cryptography-integration</link>
      <guid isPermaLink="false">https://zbelthas.com/news#advanced-cryptography-integration</guid>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <category>Cryptography</category>
      <description>ML-DSA-87 and ML-KEM-1024 fully integrated across all modules. NIST FIPS 203 and FIPS 204 implementations verified against official test vectors. Hybrid classical + post-quantum layers confirmed operational.</description>
    </item>
    <item>
      <title>Hardware Security Module Integration</title>
      <link>https://zbelthas.com/news#hardware-security-module-integration</link>
      <guid isPermaLink="false">https://zbelthas.com/news#hardware-security-module-integration</guid>
      <pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate>
      <category>Hardware</category>
      <description>TPM 2.0, Apple Secure Enclave, and Android StrongBox integration finalized across all target platforms. Cryptographic keys are now fully hardware-backed — generated inside secure hardware and never exposed to software memory.</description>
    </item>
    <item>
      <title>Core Architecture Finalized</title>
      <link>https://zbelthas.com/news#core-architecture-finalized</link>
      <guid isPermaLink="false">https://zbelthas.com/news#core-architecture-finalized</guid>
      <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
      <category>Architecture</category>
      <description>The process-isolation architecture between Wallet, Chat, and Browser modules is now locked and verified. Encrypted IPC channels validated — no shared memory, no cross-module data leakage under adversarial conditions.</description>
    </item>
    <item>
      <title>Internal Testing Phase Begins</title>
      <link>https://zbelthas.com/news#internal-testing-phase-begins</link>
      <guid isPermaLink="false">https://zbelthas.com/news#internal-testing-phase-begins</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      <category>Testing</category>
      <description>First internal test builds distributed to the core team. Initial focus on key generation correctness, wallet operations across all supported chains, and message delivery under network disruption scenarios.</description>
    </item>
    <item>
      <title>Multi-Chain Wallet Module</title>
      <link>https://zbelthas.com/news#multi-chain-wallet-module</link>
      <guid isPermaLink="false">https://zbelthas.com/news#multi-chain-wallet-module</guid>
      <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      <category>Wallet</category>
      <description>Ethereum (+ L2s), Solana, and Bitcoin support implemented with MPC key sharding across all chains. Native domain resolution for .eth, .sol, and .sats addresses — no copy-paste hex strings required.</description>
    </item>
    <item>
      <title>Memory Safety Milestone</title>
      <link>https://zbelthas.com/news#memory-safety-milestone</link>
      <guid isPermaLink="false">https://zbelthas.com/news#memory-safety-milestone</guid>
      <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
      <category>Security</category>
      <description>Codebase passes zero-unsafe-blocks audit. Rust ownership model confirmed to eliminate all tracked C/C++ vulnerability classes — buffer overflows, use-after-free, null pointer dereferences, and data races — at compile time.</description>
    </item>
    <item>
      <title>End-to-End Chat Module</title>
      <link>https://zbelthas.com/news#end-to-end-chat-module</link>
      <guid isPermaLink="false">https://zbelthas.com/news#end-to-end-chat-module</guid>
      <pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate>
      <category>Chat</category>
      <description>P2P encrypted messaging with per-message perfect forward secrecy implemented using ML-KEM key encapsulation. Zero server-side metadata architecture confirmed — no message timestamps, no contact lists, no read receipts stored anywhere.</description>
    </item>
    <item>
      <title>Privacy Browser Module</title>
      <link>https://zbelthas.com/news#privacy-browser-module</link>
      <guid isPermaLink="false">https://zbelthas.com/news#privacy-browser-module</guid>
      <pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate>
      <category>Browser</category>
      <description>Fingerprint randomization (Canvas, WebGL, fonts, screen metrics), WebRTC IP leak protection, and encrypted DNS (DoH/DoT) implemented. Zero persistent storage verified — no cookies, no localStorage, no history survives session end.</description>
    </item>
    <item>
      <title>Cross-Platform Foundation</title>
      <link>https://zbelthas.com/news#cross-platform-foundation</link>
      <guid isPermaLink="false">https://zbelthas.com/news#cross-platform-foundation</guid>
      <pubDate>Thu, 01 May 2025 00:00:00 GMT</pubDate>
      <category>Infrastructure</category>
      <description>Core Rust libraries compiled and tested for Windows, macOS, Linux, Android, and iOS. Unified build system established with platform-specific security hardening for each target environment.</description>
    </item>
    <item>
      <title>Project Initiated</title>
      <link>https://zbelthas.com/news#project-initiated</link>
      <guid isPermaLink="false">https://zbelthas.com/news#project-initiated</guid>
      <pubDate>Tue, 01 Apr 2025 00:00:00 GMT</pubDate>
      <category>Launch</category>
      <description>Zbelthas development begins with a clear mission: build a post-quantum privacy platform with zero custodial exposure, zero metadata collection, and verifiable security guarantees based on published NIST standards.</description>
    </item>
  </channel>
</rss>
