<?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: Deborudra De</title>
    <description>The latest articles on DEV Community by Deborudra De (@deborudra_de_ac59a9cd97d7).</description>
    <link>https://dev.to/deborudra_de_ac59a9cd97d7</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%2F4072010%2F3ec1cdc7-ae36-44c7-986c-5d7c0cfd0f84.jpg</url>
      <title>DEV Community: Deborudra De</title>
      <link>https://dev.to/deborudra_de_ac59a9cd97d7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deborudra_de_ac59a9cd97d7"/>
    <language>en</language>
    <item>
      <title>Show DEV: I built a completely offline JavaScript AST IDE &amp; Obfuscator 🛡️</title>
      <dc:creator>Deborudra De</dc:creator>
      <pubDate>Mon, 10 Aug 2026 21:12:29 +0000</pubDate>
      <link>https://dev.to/deborudra_de_ac59a9cd97d7/show-dev-i-built-a-completely-offline-javascript-ast-ide-obfuscator-2mk6</link>
      <guid>https://dev.to/deborudra_de_ac59a9cd97d7/show-dev-i-built-a-completely-offline-javascript-ast-ide-obfuscator-2mk6</guid>
      <description>&lt;p&gt;Hey everyone! 👋 &lt;/p&gt;

&lt;p&gt;I have a deep interest in cybersecurity and cryptography. After recently building a QKD (Quantum Key Distribution) simulator, a Password Vault, and a Steganography tool, I wanted to dive deeper into how JavaScript code is secured and obfuscated. &lt;/p&gt;

&lt;p&gt;So, I built &lt;strong&gt;CyberObfuscator Ultimate&lt;/strong&gt; — an Enterprise-level AST IDE and JavaScript Obfuscator that runs &lt;em&gt;entirely&lt;/em&gt; in your browser without any backend server.&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Try it live here:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://debo-flow.github.io/CyberObfuscator-IDE/" rel="noopener noreferrer"&gt;CyberObfuscator Live Demo&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  ✨ What makes it special?
&lt;/h3&gt;

&lt;p&gt;Most obfuscators are CLI tools or rely on a backend API. I wanted to build a completely offline-safe sandbox where developers can experiment with AST manipulation securely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features include:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Pass Engine:&lt;/strong&gt; A highly structured pipeline (Parse → Analyze → Normalize → Transform → Optimize → Generate).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Advanced Protection:&lt;/strong&gt; Applies Scope-Aware Renaming, Dynamic Base64 String Pooling, Numeric XOR Encoding, Control Flow Flattening, and Anti-Debugging.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic Custom Plugins:&lt;/strong&gt; You can write and inject your own custom AST transformation plugins directly in the editor using Babel plugin syntax!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro UI:&lt;/strong&gt; Draggable Dockview layout, Command Palette (Ctrl+Shift+P), multiple themes, and a build telemetry dashboard.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🛠️ Tech Stack
&lt;/h3&gt;

&lt;p&gt;I built this using Vanilla JavaScript, HTML, and CSS. Under the hood, it uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Babel Standalone&lt;/strong&gt; (AST parsing and manipulation)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monaco Editor&lt;/strong&gt; (Code editing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dockview Core&lt;/strong&gt; (Panel layout)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would love for you to try it out, break it, and share your feedback! What kind of obfuscation passes should I add next? &lt;/p&gt;

&lt;p&gt;Let me know your thoughts in the comments! 👇&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%2Fr4st636gj1xrgoxwl05k.jpg" 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%2Fr4st636gj1xrgoxwl05k.jpg" alt=" " width="720" height="1442"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>What is everyone working on this week? I just wrapped up an Enterprise-level JS Obfuscator that runs entirely in the browser without any backend. 🛡️ Play around with it here and try to break it: https://debo-flow.github.io/CyberObfuscator-IDE/ 🔥</title>
      <dc:creator>Deborudra De</dc:creator>
      <pubDate>Mon, 10 Aug 2026 21:03:39 +0000</pubDate>
      <link>https://dev.to/deborudra_de_ac59a9cd97d7/what-is-everyone-working-on-this-week-i-just-wrapped-up-an-enterprise-level-js-obfuscator-that-3c9h</link>
      <guid>https://dev.to/deborudra_de_ac59a9cd97d7/what-is-everyone-working-on-this-week-i-just-wrapped-up-an-enterprise-level-js-obfuscator-that-3c9h</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://debo-flow.github.io/CyberObfuscator-IDE/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;debo-flow.github.io&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>javascript</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
