---
title: "Decode a CharCode-to-Base64 script chain"
description: "Turn decimal character codes into a wrapper, extract its Base64 payload, decode the script, and list its URL safely."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Decode a CharCode-to-Base64 script chain

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/security-analysis/decode-charcode-base64-script/index.mdx
