{
  "site": "web-tools",
  "toolId": "base64",
  "verifiedOn": "2026-07-11",
  "productSourcePaths": [
    "server/web-tools/src/app/[locale]/developer/base64/Base64Client.tsx",
    "server/web-tools/src/app/[locale]/developer/base64/base64-transform.ts",
    "server/web-tools/src/app/[locale]/developer/base64/base64-transform.test.mjs"
  ],
  "fixtureSha256": "070ee912c2e52a38e937db137466f856969276536c679d9fa337314b49f631a3",
  "productSourcesSha256": "40f8047cf40170e96017d0fe170acd4f7cc235aedbcb1ea85b14efad8596fce8",
  "inputLimits": "UTF-8 text held in browser memory",
  "outputFormat": "Standard or URL-safe Base64 text",
  "assertions": ["UTF-8 round trip", "URL-safe unpadded round trip", "76-character line wrapping"],
  "fixture": { "input": "Tarkarn 한글", "expected": "VGFya2FybiDtlZzquIA=" },
  "expected": "VGFya2FybiDtlZzquIA=",
  "limitations": ["Text input only", "large strings are limited by browser memory"]
}
