vigenere_decrypt
Decrypt Vigenère ciphertext by applying a known key to recover the original plaintext.
Instructions
Decrypt ciphertext using Vigenère cipher with known key.
Args: ciphertext: Text to decrypt key: Decryption key
Returns: JSON with decrypted plaintext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciphertext | Yes | ||
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |