atbash_cipher
Encode or decode text using the Atbash cipher, a classical substitution method that reverses the alphabet.
Instructions
Apply the Atbash cipher (reverse alphabet substitution) to text.
Use this to encode or decode messages using the classical Atbash cipher
where A ↔ Z, B ↔ Y, etc.
Parameters:
text — The text to encode or decode with Atbash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |