<?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: Abhishek Biswas</title>
    <description>The latest articles on DEV Community by Abhishek Biswas (@abiswasdev).</description>
    <link>https://dev.to/abiswasdev</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%2F4098860%2Fb48a1f9f-d1d5-4bbb-a0b4-9642c54f4c26.png</url>
      <title>DEV Community: Abhishek Biswas</title>
      <link>https://dev.to/abiswasdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abiswasdev"/>
    <language>en</language>
    <item>
      <title>I couldn’t find a local Post-Quantum file encryption tool, so I built my own. Looking for feedback. Any thought on this ?</title>
      <dc:creator>Abhishek Biswas</dc:creator>
      <pubDate>Fri, 28 Aug 2026 11:36:02 +0000</pubDate>
      <link>https://dev.to/abiswasdev/i-couldnt-find-a-local-post-quantum-file-encryption-tool-so-i-built-my-own-looking-for-feedback-3i3d</link>
      <guid>https://dev.to/abiswasdev/i-couldnt-find-a-local-post-quantum-file-encryption-tool-so-i-built-my-own-looking-for-feedback-3i3d</guid>
      <description>&lt;p&gt;Hey everyone,&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0j5vj9lvh68popirsoj2.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0j5vj9lvh68popirsoj2.png" alt=" " width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve been searching for a dedicated post-quantum cryptography (PQC) tool to secure my local files against "harvest now, decrypt later" attacks, but couldn’t find a standalone tool that fit my threat model. So, I built one from one scratch.&lt;/p&gt;

&lt;p&gt;I’ll admit I am a bit of a security paranoiac, but two things constantly bother me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cloud Backups:&lt;/strong&gt;: I don't trust providers like Google Drive or Microsoft OneDrive with unencrypted data. I need my files locked down locally before they ever touch the cloud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Platform Interception:&lt;/strong&gt; When sharing sensitive files over platforms owned by tech giants (who actively fund massive quantum research labs), I want a guarantee that they can't just harvest the data and brute-force it later.&lt;/p&gt;

&lt;p&gt;To solve this riddle, I built a zero-trust, local GUI vault. It combines standard symmetric ciphers (AES-256-GCM, XChaCha20-Poly, etc.) with quantum-safe KEM algorithms (Cypherpunk Max, X-wing). I also built in a duress password feature; if triggered, it permanently destroys the vault key. Many futuristic ideas are in my mind to add...which will depend on the need of End-users after all (Including myself haha!)&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvsvv0z0pjit4es25gky8.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvsvv0z0pjit4es25gky8.png" alt=" " width="620" height="693"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dont say Veracrypt, Picocrypt..etc. They dont provide dedicated PQC. I built after getting tired by searching throughout the internet.&lt;/p&gt;

&lt;p&gt;Here is the repository: &lt;a href="//github.com/ABiswasDev/Ombracrypt"&gt;github.com/ABiswasDev/Ombracrypt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would love to get some professional eyes on this architecture. Let me know your thoughts, how you would improve it, or how you would try to break it! &lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>security</category>
      <category>opensource</category>
      <category>cryptography</category>
    </item>
  </channel>
</rss>
