# Atbash Cipher

Encode and decode text using Atbash substitution cipher (reverses the alphabet)

> Canonical page: https://elysiatools.com/en/tools/atbash-cipher

- **Category:** Format Conversion

- **Keywords:** atbash, cipher, encode, decode, encrypt, decrypt, substitution, reverse

## Overview

The Atbash Cipher tool allows you to instantly encode or decode text by applying the classic Atbash substitution method, which maps the first letter of the alphabet to the last, the second to the second-to-last, and so on.

## Inputs

- **Input Text** (textarea): Enter text to encode or decode...
- **Operation** (select)

## When to use

- When you need to perform a quick, historical-style substitution cipher on a string of text.
- When you want to obscure simple messages for puzzles, games, or educational demonstrations.
- When you need to reverse the alphabet mapping of an existing Atbash-encoded string to retrieve the original content.

## How it works

- Enter your target text into the input field.
- Select 'Encode' to transform your text using the Atbash alphabet reversal, or 'Decode' to revert an already encoded string.
- Click the process button to instantly generate the transformed output.

## Use cases

- Creating simple ciphers for escape room clues or treasure hunt puzzles.
- Demonstrating basic cryptography concepts in a classroom or workshop setting.
- Quickly reversing text strings for recreational coding challenges.

## Frequently asked questions

### What is the Atbash cipher?

It is a monoalphabetic substitution cipher originally used to encode the Hebrew alphabet, where the first letter is swapped with the last, the second with the second-to-last, and so on.

### Is this tool secure for sensitive data?

No. The Atbash cipher is a simple substitution method and is not suitable for protecting sensitive or private information.

### Does the tool handle numbers and special characters?

The Atbash cipher typically only affects letters of the alphabet; numbers and special characters usually remain unchanged.

### Is the encoding case-sensitive?

Yes, the tool maintains the casing of your original input while applying the substitution.

### Can I decode text that wasn't encoded with Atbash?

You can attempt to, but the result will likely be nonsensical as the tool strictly follows the Atbash reversal logic.

## Related tools

- [ASCII85 Converter](https://elysiatools.com/en/tools/ascii85-converter): Encode and decode text to/from ASCII85 format (Adobe version)
- [Base32 Converter](https://elysiatools.com/en/tools/base32-converter): Encode and decode text to/from Base32 format with multiple variants
- [Base45 Converter](https://elysiatools.com/en/tools/base45-converter): Encode and decode text to/from Base45 format (RFC 9285)
- [Base58 Converter](https://elysiatools.com/en/tools/base58-converter): Encode and decode text to/from Base58 format with Bitcoin and Ripple variants
- [Base62 Converter](https://elysiatools.com/en/tools/base62-converter): Encode and decode text to/from Base62 format (0-9, A-Z, a-z)
- [Base91 Converter](https://elysiatools.com/en/tools/base91-converter): Encode and decode text to/from Base91 format (ascii+basE91 algorithm)
- [Caesar Cipher](https://elysiatools.com/en/tools/caesar-cipher): Encode, decode, and brute-force the Caesar cipher with any shift (1–25), or print all 25 candidate decodings.
- [Hex to String Converter](https://elysiatools.com/en/tools/hex-to-string): Convert text to and from hexadecimal strings with flexible spacing, prefix (0x/\x/U+), and case options

## Samples

- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Hex/Unicode Encoding Format Samples](https://elysiatools.com/en/samples/text-hex-unicode-formats): Examples of hex (\xXX) and unicode (\uXXXX) escape sequence encoding formats
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion

## Related content

- [Classical and Modern Cipher Tools](https://elysiatools.com/en/hubs/classical-and-modern-cipher-tools): Practice safe educational and CTF cipher workflows by comparing reversible classical transformations with modern encryption and recording their security limits.
