<?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>qbit404 — news</title>
    <link>https://qbit404.com/en/news</link>
    <atom:link href="https://qbit404.com/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Quantum threat intelligence. Cryptanalysis, defense, migration.</description>
    <language>en</language>
    <lastBuildDate>Thu, 06 Aug 2026 07:02:15 +0000</lastBuildDate>
    <generator>qbit404</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <item>
      <title>Grover bites AES: why 128 is dead and 256 is your new baseline</title>
      <link>https://qbit404.com/en/news/grover-aes</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/grover-aes</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Riku Saari)</author>
      <description>Grover&apos;s algorithm gives a quadratic speed-up on brute-force key search. AES-128 drops to ~64-bit effective security. AES-256 stays at ~128-bit. The fix is one config line — but every place stores cipher state, you need to find.</description>
      <category>grover</category>
      <category>aes</category>
      <category>symmetric</category>
      <category>migration</category>
      <category>key-size</category>
    </item>
    <item>
      <title>Inside the NIST PQC suite: ML-KEM (FIPS 203), ML-DSA (FIPS 204), SLH-DSA (FIPS 205)</title>
      <link>https://qbit404.com/en/news/nist-pqc-suite</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/nist-pqc-suite</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Mara Chen)</author>
      <description>Four years after the round-3 finalists were named, the standards are signed. Here is what each one does, what parameter set to pick at each security level, and the smallest-possible call into each one from Python and TypeScript.</description>
      <category>nist</category>
      <category>fips</category>
      <category>ml-kem</category>
      <category>ml-dsa</category>
      <category>slh-dsa</category>
      <category>kyber</category>
      <category>dilithium</category>
      <category>sphincs</category>
    </item>
    <item>
      <title>Q-day: how analysts are pinning the window between 2029 and 2034</title>
      <link>https://qbit404.com/en/news/q-day-countdown</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/q-day-countdown</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Idris Vega)</author>
      <description>The intelligence forecasts converge on a five-year window. We line up six published estimates side by side, show what each one assumes, and ship a Mosca-theorem calculator so you can derive your own shelf-life-aware migration deadline.</description>
      <category>q-day</category>
      <category>mosca</category>
      <category>forecasting</category>
      <category>intelligence</category>
      <category>roadmap</category>
    </item>
    <item>
      <title>RSA-2048 falls: the 20M noisy-qubit estimate, redrawn</title>
      <link>https://qbit404.com/en/news/rsa-2048-falls</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/rsa-2048-falls</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Mara Chen)</author>
      <description>Gidney &amp; Ekerå said ~20 million noisy qubits and ~8 hours. Three years of error-correction progress later, the number is moving — but not the conclusion. Where the 2026 resource estimates land.</description>
      <category>rsa</category>
      <category>shor</category>
      <category>resource-estimate</category>
      <category>quantum</category>
      <category>gidney</category>
    </item>
    <item>
      <title>Shor&apos;s Algorithm vs Bitcoin: anatomy of a key-derivation kill chain</title>
      <link>https://qbit404.com/en/news/shor-bitcoin</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/shor-bitcoin</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Riku Saari)</author>
      <description>How Shor&apos;s period-finding routine breaks ECDSA over secp256k1, what that means for exposed Bitcoin UTXOs, and what migration to a post-quantum signature scheme actually looks like at protocol level.</description>
      <category>shor</category>
      <category>bitcoin</category>
      <category>ecdsa</category>
      <category>secp256k1</category>
      <category>cryptanalysis</category>
    </item>
    <item>
      <title>The quantum hacker&apos;s playbook: what breaks first when Q-day comes</title>
      <link>https://qbit404.com/en/news/quantum-hacking</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/quantum-hacking</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Mara Chen)</author>
      <description>A red-team map of which production systems fall to Shor and Grover, in what order, and what an attacker actually has to do to weaponize a fault-tolerant machine. Inventory and prioritized defenses included.</description>
      <category>quantum</category>
      <category>redteam</category>
      <category>ttp</category>
      <category>grover</category>
      <category>shor</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Post-quantum cryptography in production: Next.js, Python and PHP, the working code</title>
      <link>https://qbit404.com/en/news/post-quantum-crypto</link>
      <guid isPermaLink="true">https://qbit404.com/en/news/post-quantum-crypto</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
      <author>noreply@qbit404.com (Idris Vega)</author>
      <description>Which PQC primitives to actually deploy in 2026, why hybrid is the only honest choice today, and copy-pasteable implementations of ML-KEM and ML-DSA across three stacks. With benchmarks and migration notes.</description>
      <category>pqc</category>
      <category>kyber</category>
      <category>dilithium</category>
      <category>nextjs</category>
      <category>python</category>
      <category>php</category>
      <category>implementation</category>
    </item>
  </channel>
</rss>