<?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: Achyuth S</title>
    <description>The latest articles on DEV Community by Achyuth S (@oneakira).</description>
    <link>https://dev.to/oneakira</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%2F4131475%2F1aade8c1-550a-4f1c-ab2d-8c8e1fffdb2e.jpg</url>
      <title>DEV Community: Achyuth S</title>
      <link>https://dev.to/oneakira</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oneakira"/>
    <language>en</language>
    <item>
      <title>I shipped client-side encryption for Kagelin. Here's the honest threat model, including everywhere it still fails.</title>
      <dc:creator>Achyuth S</dc:creator>
      <pubDate>Mon, 21 Sep 2026 06:09:18 +0000</pubDate>
      <link>https://dev.to/oneakira/i-shipped-client-side-encryption-for-kagelin-heres-the-honest-threat-model-including-everywhere-1lph</link>
      <guid>https://dev.to/oneakira/i-shipped-client-side-encryption-for-kagelin-heres-the-honest-threat-model-including-everywhere-1lph</guid>
      <description>&lt;p&gt;A brief intro on &lt;strong&gt;Kagelin&lt;/strong&gt;, its an AIO productivity tool that doesn't distract you. Task, habit, calendars are basis of this tool and much more planned.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kagelin&lt;/strong&gt; now encrypts your data client-side. The server never sees the key so a DB leak, a compromised server, or a legal request only gets ciphertext.&lt;/p&gt;

&lt;p&gt;What's encrypted: task text, habit names, project/label names, calendar event details, push notification content.&lt;/p&gt;

&lt;p&gt;What's not: dates, priorities, completion status, due dates. Those stay readable server-side so reminders and sorting still work. Same for basic account info like email, item counts.&lt;/p&gt;

&lt;p&gt;What it doesn't protect against: a compromised browser tab (XSS), or a compromised build pipeline. Key rotation also isn't built yet.&lt;/p&gt;

&lt;p&gt;Short version: Kagelin can't read what you wrote. It can see that your account exists and roughly how much is in it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.kagelin.app/" rel="noopener noreferrer"&gt;app.kagelin.app&lt;/a&gt; · &lt;a href="https://github.com/Achyuth072/kagelin" rel="noopener noreferrer"&gt;github.com/Achyuth072/kagelin&lt;/a&gt; (AGPL-3.0)&lt;/p&gt;

&lt;p&gt;If you've shipped E2EE before, how'd you handle key rotation?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>security</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
