<?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>UtilitySansar Guides</title>
  <link>https://utilitysansar.com/guides</link>
  <atom:link href="https://utilitysansar.com/guides/feed.xml" rel="self" type="application/rss+xml" />
  <description>Practical, in-depth guides on the formats, encodings, and everyday calculations behind the tools on UtilitySansar.</description>
  <language>en</language>
  <lastBuildDate>Mon, 22 Jun 2026 00:00:00 GMT</lastBuildDate>
  <item>
    <title>Base64 vs base64url: what&apos;s the difference?</title>
    <link>https://utilitysansar.com/guides/base64-vs-base64url</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/base64-vs-base64url</guid>
    <description>Standard Base64 uses + and /, which break inside URLs. base64url swaps them for - and _. Here&apos;s when to use each.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>encoding</category>
    <category>base64</category>
    <category>url</category>
  </item>
  <item>
    <title>Bikram Sambat to Gregorian (AD): the complete guide</title>
    <link>https://utilitysansar.com/guides/bikram-sambat-to-gregorian-guide</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/bikram-sambat-to-gregorian-guide</guid>
    <description>Bikram Sambat runs about 56 years and 8-9 months ahead of AD, with months that change length year to year. Here&apos;s how the two calendars actually line up.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>nepali</category>
    <category>dates</category>
    <category>bikram-sambat</category>
  </item>
  <item>
    <title>How to convert Nepali dates accurately for visa and official forms</title>
    <link>https://utilitysansar.com/guides/convert-nepali-dates-accurately</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/convert-nepali-dates-accurately</guid>
    <description>Converting a Nepali date for a passport or visa form leaves no room for an off-by-one error. Here&apos;s how to get it exactly right.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>nepali</category>
    <category>dates</category>
    <category>visa</category>
  </item>
  <item>
    <title>Encoding vs encryption vs hashing: what&apos;s the difference?</title>
    <link>https://utilitysansar.com/guides/encoding-vs-encryption-vs-hashing</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/encoding-vs-encryption-vs-hashing</guid>
    <description>Encoding is not encryption, and hashing is neither. Mixing them up causes real security mistakes. Here&apos;s the plain-English difference.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>encoding</category>
    <category>security</category>
    <category>hashing</category>
  </item>
  <item>
    <title>How to read a JWT (without verifying it)</title>
    <link>https://utilitysansar.com/guides/how-to-read-a-jwt</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/how-to-read-a-jwt</guid>
    <description>A JWT is not encrypted. Its header and payload are just base64url and anyone can read them. Here&apos;s how, and what decoding does not prove.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>security</category>
    <category>jwt</category>
    <category>encoding</category>
  </item>
  <item>
    <title>MD5 vs SHA-256: which hash should you use?</title>
    <link>https://utilitysansar.com/guides/md5-vs-sha256</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/md5-vs-sha256</guid>
    <description>MD5 is fine for a quick checksum but unsafe against tampering. SHA-256 is the secure default. Neither is right for passwords on its own.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>security</category>
    <category>hashing</category>
    <category>md5</category>
  </item>
  <item>
    <title>Nepali Unicode vs Preeti font: what&apos;s the difference (and how to convert)</title>
    <link>https://utilitysansar.com/guides/nepali-unicode-vs-preeti-font</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/nepali-unicode-vs-preeti-font</guid>
    <description>Preeti looks like Nepali only when the font is installed; Unicode is real Nepali everywhere. Here&apos;s the difference and how to convert between them.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>nepali</category>
    <category>fonts</category>
    <category>unicode</category>
  </item>
  <item>
    <title>Why your JSON is invalid (and how to fix it fast)</title>
    <link>https://utilitysansar.com/guides/why-your-json-is-invalid</link>
    <guid isPermaLink="true">https://utilitysansar.com/guides/why-your-json-is-invalid</guid>
    <description>Most &quot;invalid JSON&quot; errors trace back to a handful of predictable mistakes. Here&apos;s how to find each one and fix it fast.</description>
    <dc:creator>Daniel Raja</dc:creator>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <category>json</category>
    <category>data</category>
    <category>validation</category>
  </item>
</channel>
</rss>
