---
title: "Decode hexadecimal XOR data"
description: "Convert hex to bytes and reverse a single-byte XOR operation."
---

> 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 hexadecimal XOR data

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

Source: https://help.serialize.dev/recipes/binary-files/decode-single-byte-xor/index.mdx
