<?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: vnatco</title>
    <description>The latest articles on DEV Community by vnatco (@vnatco).</description>
    <link>https://dev.to/vnatco</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%2F3837251%2Fb13beef4-7725-4707-ac19-6aa2d67bad9b.png</url>
      <title>DEV Community: vnatco</title>
      <link>https://dev.to/vnatco</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vnatco"/>
    <language>en</language>
    <item>
      <title>Feedback needed for my 12yo project that I completely re-wrote this year.</title>
      <dc:creator>vnatco</dc:creator>
      <pubDate>Sat, 21 Mar 2026 15:43:02 +0000</pubDate>
      <link>https://dev.to/vnatco/feedback-needed-for-my-12yo-project-that-i-completely-re-wrote-this-year-4im2</link>
      <guid>https://dev.to/vnatco/feedback-needed-for-my-12yo-project-that-i-completely-re-wrote-this-year-4im2</guid>
      <description>&lt;p&gt;I'm not here to promote anything. I'm just looking for a few developers to spend 15 minutes with it and tell me honestly what they think. That's the part I can't do alone.&lt;/p&gt;

&lt;p&gt;I've tried almost every password manager out there. I always came back to the same idea - I just want something fast and simple that gets out of my way. This project is not trying to compete with anyone. My goal was to build something I personally use every day and finally finish it properly. If a few other developers find it useful, that's enough for me.&lt;/p&gt;

&lt;p&gt;Now here's why I built it.&lt;/p&gt;

&lt;p&gt;In 2012 I was managing 100+ passwords - servers, SSH keys, API keys, projects, everything. Every web-based manager I tried felt slow. I didn't want autofill. I didn't want a browser extension. I just wanted to hit a hotkey, type 2 letters, and have my password on the clipboard in under 2 seconds.&lt;/p&gt;

&lt;p&gt;So I built one. C# wrapped around an HTML UI with AES-256 encryption, lived in the system tray, CTRL+ALT+Z to summon it. Worked great for over a decade. The problem: it was local-only. Every OS reinstall meant manually migrating it. I ended up with a pile of duplicates and conflicting vault files. It was embarrassing.&lt;/p&gt;

&lt;p&gt;So I finally rewrote it properly: cloud-synced, zero-knowledge, cross-platform, and self-hostable. Same philosophy - no browser extensions, no autofill, no bloat. Just fast keyboard-driven password retrieval with vault isolation per project.&lt;/p&gt;

&lt;p&gt;KeyHive: &lt;a href="https://github.com/vnatco/keyhive" rel="noopener noreferrer"&gt;https://github.com/vnatco/keyhive&lt;/a&gt; | &lt;a href="https://keyhive.app" rel="noopener noreferrer"&gt;https://keyhive.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tech choices:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla JS only - no frameworks, no bundlers, fully auditable&lt;/li&gt;
&lt;li&gt;Argon2id (64 MB / 3 iterations) + AES-256-GCM, all in an isolated Web Worker&lt;/li&gt;
&lt;li&gt;One codebase builds to web, Electron, and Capacitor (iOS/Android)&lt;/li&gt;
&lt;li&gt;CTRL+ALT+Z still works in the desktop app - old habits die hard&lt;/li&gt;
&lt;li&gt;AGPL-3.0, self-hostable, point it at your own backend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built this for myself first. Still the target user. If you manage more than just website passwords and you've ever felt like every password manager was built for someone else - try it and tell me what you think.&lt;/p&gt;

&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%2Fzxejyzx7r1ge6tjt3cqn.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%2Fzxejyzx7r1ge6tjt3cqn.png" alt=" " width="800" height="577"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
