---
title: "Decode a Vigenère cipher"
description: "Recover a classical polyalphabetic-cipher message with a known key."
---

> 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 Vigenère cipher

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

Source: https://help.serialize.dev/recipes/encoding/decode-vigenere/index.mdx
