<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Code Beautifier Blog</title>
    <link>https://codebeautifier.app/blog</link>
    <description>Practical guides on JSON, SQL, JWTs, encoding, and DevOps config from the team building privacy-first developer tools.</description>
    <language>en</language>
    <atom:link href="https://codebeautifier.app/blog/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Base64 is not encryption: what it actually does</title>
      <link>https://codebeautifier.app/blog/base64-is-not-encryption</link>
      <guid isPermaLink="true">https://codebeautifier.app/blog/base64-is-not-encryption</guid>
      <description>Base64 is an encoding, not a cipher. What it&apos;s for, why it makes data 33% bigger, when to use it, and what to use instead when you actually need secrecy.</description>
      <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How we built a 100% client-side JSON formatter</title>
      <link>https://codebeautifier.app/blog/client-side-json-formatter</link>
      <guid isPermaLink="true">https://codebeautifier.app/blog/client-side-json-formatter</guid>
      <description>Why Code Beautifier never uploads your JSON, how the browser-only architecture works, and what it costs to build a formatter this way.</description>
      <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Common JSON syntax errors and how to fix them</title>
      <link>https://codebeautifier.app/blog/common-json-syntax-errors</link>
      <guid isPermaLink="true">https://codebeautifier.app/blog/common-json-syntax-errors</guid>
      <description>Trailing commas, single quotes, unescaped characters, BOMs, and NaN. The JSON parse errors developers actually hit, what causes them, and the exact fix for each.</description>
      <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JWT security mistakes that show up in every pentest</title>
      <link>https://codebeautifier.app/blog/jwt-security-mistakes</link>
      <guid isPermaLink="true">https://codebeautifier.app/blog/jwt-security-mistakes</guid>
      <description>The alg:none bypass, HS256/RS256 confusion, unverified signatures, secrets in payloads, and missing expiry checks. What actually goes wrong with JWTs and how to avoid it.</description>
      <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
