encoding_decoding_vigenere
Encode or decode text with the Vigenère cipher using a keyword to apply variable shifts to letters. Supports preserving case and non-alphabetic characters.
Instructions
Menu ID: vigenere. Vigenère Cipher. Encode and decode text using the Vigenère cipher - a powerful polyalphabetic substitution cipher that uses a keyword to shift letters by different amounts. Use describe_tool with tool_id "vigenere" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| operation | Yes | ||
| key | Yes | ||
| preserve_case | Yes | ||
| preserve_non_alpha | Yes |