<?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: Moaaz Yahia</title>
    <description>The latest articles on DEV Community by Moaaz Yahia (@moaaz_yahia_4e3bb39e5be03).</description>
    <link>https://dev.to/moaaz_yahia_4e3bb39e5be03</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4077049%2F60f6343b-c61b-4bc2-b702-87be1d5792d8.png</url>
      <title>DEV Community: Moaaz Yahia</title>
      <link>https://dev.to/moaaz_yahia_4e3bb39e5be03</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moaaz_yahia_4e3bb39e5be03"/>
    <language>en</language>
    <item>
      <title>flash-zk: a server-blind encrypted database for private AI</title>
      <dc:creator>Moaaz Yahia</dc:creator>
      <pubDate>Fri, 28 Aug 2026 13:50:13 +0000</pubDate>
      <link>https://dev.to/moaaz_yahia_4e3bb39e5be03/-flash-zk-a-server-blind-encrypted-database-for-private-ai-28ba</link>
      <guid>https://dev.to/moaaz_yahia_4e3bb39e5be03/-flash-zk-a-server-blind-encrypted-database-for-private-ai-28ba</guid>
      <description>&lt;p&gt;Most AI databases can read you.&lt;/p&gt;

&lt;p&gt;This one is designed not to.&lt;/p&gt;

&lt;p&gt;Sealed envelopes. Blind indexes. The key never lives on the server. RAG and agent memory sit on that — not on a vendor that holds plaintext at query time.&lt;/p&gt;

&lt;p&gt;We did &lt;strong&gt;not&lt;/strong&gt; ship new crypto in 1.3.1. We shipped the rule, in the open:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Default is strong. You can weaken it. It holds if you keep the key.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What gets refused next is already written. No surprise cut. No ops backdoor. No “encryption later.”&lt;/p&gt;

&lt;p&gt;The rest is in the repo. Don’t take our word — run it.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;flash-zk
npx flashsh wrap-key
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;FlashClient&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;flash-zk&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;client&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nc"&gt;FlashClient&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="na"&gt;storagePath&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;./flash_data&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then read the three pages. In that order.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://moaaz-i.github.io/FLASH/guide/do-this-first" rel="noopener noreferrer"&gt;Do this first&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://moaaz-i.github.io/FLASH/guide/mission" rel="noopener noreferrer"&gt;Mission&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://moaaz-i.github.io/FLASH/guide/security-ahead" rel="noopener noreferrer"&gt;Security ahead&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;flash-zk@1.3.1&lt;/code&gt; — same engine as 1.3.0. The difference is what we will no longer let you turn off.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>ai</category>
      <category>javascript</category>
      <category>database</category>
    </item>
  </channel>
</rss>
