<?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: Mefisto</title>
    <description>The latest articles on DEV Community by Mefisto (@26).</description>
    <link>https://dev.to/26</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%2F4143036%2F90ec7d96-6e98-4ce6-be52-b0f1092399a9.jpg</url>
      <title>DEV Community: Mefisto</title>
      <link>https://dev.to/26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/26"/>
    <language>en</language>
    <item>
      <title>DIEGOX: Combining Post-Quantum Cryptography with Plausible Deniability in Rust</title>
      <dc:creator>Mefisto</dc:creator>
      <pubDate>Sat, 26 Sep 2026 16:25:09 +0000</pubDate>
      <link>https://dev.to/26/diegox-combining-post-quantum-cryptography-with-plausible-deniability-in-rust-39lb</link>
      <guid>https://dev.to/26/diegox-combining-post-quantum-cryptography-with-plausible-deniability-in-rust-39lb</guid>
      <description>&lt;p&gt;Hey DEV community 👋&lt;/p&gt;

&lt;p&gt;Post-quantum cryptography is getting a lot of attention, but protecting files against future quantum computers solves only half the problem: &lt;strong&gt;what happens if someone forces you to hand over your password?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To address both threats, I built &lt;strong&gt;DIEGOX&lt;/strong&gt;—an open-source desktop application written in &lt;strong&gt;Rust&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎭 The Core Feature: Dual-KEM Plausible Deniability (Decoy Mechanism)
&lt;/h2&gt;

&lt;p&gt;Most encryption tools only offer "all or nothing" protection. &lt;strong&gt;DIEGOX&lt;/strong&gt; introduces a Dual-KEM Chameleon architecture that creates a single encrypted file containing &lt;strong&gt;two independent slots&lt;/strong&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🔑 &lt;strong&gt;Alpha Passphrase:&lt;/strong&gt; Unlocks your actual sensitive files (Real Slot).&lt;/li&gt;
&lt;li&gt;🎭 &lt;strong&gt;Beta Passphrase:&lt;/strong&gt; Unlocks harmless dummy files (Decoy Slot).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you are ever forced to reveal your password under coercion, you can provide the &lt;strong&gt;Beta Passphrase&lt;/strong&gt;. The attacker receives valid, uncorrupted decoy files, and &lt;strong&gt;it is mathematically impossible for them to prove that a second secret payload even exists inside the container&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛡️ Technical Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Post-Quantum Security:&lt;/strong&gt; Built on Learning With Errors (LWE) lattice cryptography ($n=1024, q=12289$).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Argon2id Hardening:&lt;/strong&gt; Resistant against GPU and ASIC parallelized brute-force attacks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cyberpunk GUI:&lt;/strong&gt; Custom native interface built with &lt;code&gt;egui&lt;/code&gt; / &lt;code&gt;eframe&lt;/code&gt; in pure Rust.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 Try it out &amp;amp; Source Code
&lt;/h2&gt;

&lt;p&gt;The project is licensed under Apache 2.0 and has automated CI builds for Windows, Linux, and macOS.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💻 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/mefisto26/diegox" rel="noopener noreferrer"&gt;https://github.com/mefisto26/diegox&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;Download Installer (v0.1.1):&lt;/strong&gt; &lt;a href="https://github.com/mefisto26/diegox/releases" rel="noopener noreferrer"&gt;GitHub Releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💬 Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;Since DIEGOX is in pre-release (&lt;code&gt;v0.1.1&lt;/code&gt;), I would really appreciate feedback from Rust developers and security enthusiasts on the codebase, UI feel, or cryptographic architecture!&lt;/p&gt;

</description>
      <category>rust</category>
      <category>cryptography</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
