atbash_cipher
Reverse alphabet substitution to encode or decode text. Apply this classical cipher for transforming A↔Z, B↔Y, etc.
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 |