<?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: Firas Darwich</title>
    <description>The latest articles on DEV Community by Firas Darwich (@mounir_darwich_1eba3688c1).</description>
    <link>https://dev.to/mounir_darwich_1eba3688c1</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%2F3950614%2Fb1462094-829c-45a1-8476-0915659445f6.jpg</url>
      <title>DEV Community: Firas Darwich</title>
      <link>https://dev.to/mounir_darwich_1eba3688c1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mounir_darwich_1eba3688c1"/>
    <language>en</language>
    <item>
      <title>Stop Leaking API Keys: Why I Built a Local-First Vault for Developers 🔐</title>
      <dc:creator>Firas Darwich</dc:creator>
      <pubDate>Mon, 25 May 2026 11:59:11 +0000</pubDate>
      <link>https://dev.to/mounir_darwich_1eba3688c1/stop-leaking-api-keys-why-i-built-a-local-first-vault-for-developers-4lg7</link>
      <guid>https://dev.to/mounir_darwich_1eba3688c1/stop-leaking-api-keys-why-i-built-a-local-first-vault-for-developers-4lg7</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbd2v5lyo8uu45ggf1ayd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbd2v5lyo8uu45ggf1ayd.png" alt=" " width="450" height="450"&gt;&lt;/a&gt;We’ve all been there. You have a dozen side projects, and your API keys, database connection strings, and tokens are scattered across random &lt;code&gt;.env&lt;/code&gt; files, sticky notes, or hidden in random folders. &lt;/p&gt;

&lt;p&gt;Worse? The constant anxiety of accidentally pushing a &lt;code&gt;.env&lt;/code&gt; file with your OpenAI or AWS keys to a public GitHub repo.&lt;/p&gt;

&lt;p&gt;I looked around for a solution. While there are great password managers out there, they felt like overkill for my daily dev workflow, or they forced me to store my sensitive developer secrets on someone else's cloud server. I wanted something &lt;strong&gt;local, fast, and built specifically for developers.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So, I built &lt;strong&gt;DevNote&lt;/strong&gt; 🛠️.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is DevNote?
&lt;/h3&gt;

&lt;p&gt;DevNote is a radically secure, local-first digital vault designed to help developers manage their API keys, tokens, and secrets safely right on their Windows machines.&lt;/p&gt;

&lt;p&gt;As a .NET developer, I decided to build this using &lt;strong&gt;C# and Avalonia UI&lt;/strong&gt;, applying &lt;strong&gt;Clean Architecture&lt;/strong&gt; principles. For storage, I went entirely local with SQLite.&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Key Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Local-First &amp;amp; Offline:&lt;/strong&gt; Your secrets never leave your machine unless you explicitly want them to.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Military-Grade Encryption:&lt;/strong&gt; Everything is secured with AES-256 encryption.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anti-Screenshot Protection:&lt;/strong&gt; Built-in protection to prevent accidental screen recordings or screenshots of your keys.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BYOK (Bring Your Own Key) for AI:&lt;/strong&gt; Full control over your AI integrations.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  I need your feedback! 🙏
&lt;/h3&gt;

&lt;p&gt;I just launched the very first version of DevNote on the Microsoft Store. As a solo developer, getting feedback from this community would mean the world to me. &lt;/p&gt;

&lt;p&gt;Whether it's a feature request, a bug report, or just telling me what you think of the UI—I'm here for it!&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://apps.microsoft.com/detail/9PDJJNJC5Z1M" rel="noopener noreferrer"&gt;Check out DevNote on the Microsoft Store&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let me know in the comments how you currently manage your local secrets and API keys!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>dotnet</category>
      <category>security</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
