Atbash Cipher Encoder and Decoder
What is Atbash Cipher Encoder and Decoder
Atbash is one of the oldest known ciphers, originally used for the Hebrew alphabet. It mirrors the alphabet: A swaps with Z, B with Y, and so on down the middle. Because the mapping is symmetric, running it twice returns the original text, so the same tool encodes and decodes. Case is preserved and digits, spaces, and punctuation stay unchanged. It runs entirely in your browser.
How to use
- Type or paste your text.
- Read the Atbash result, updated as you type.
- Paste Atbash text to decode it: the same mirror reverses it.
- Copy the result or share the link with your text filled in.
When to use it
Working a CTF challenge or a puzzle that looks like nonsense with reversed-looking letters? Atbash is a common first guess, turning 'Hello' into 'Svool'. Since it is its own inverse, paste the scrambled text into the same box to read it back. There is no key to remember, which is exactly why it shows up in beginner ciphers and escape rooms.
Frequently asked questions
How does Atbash work?
Each letter is replaced by its mirror in the alphabet: A becomes Z, B becomes Y, M becomes N, and so on. The rule is fixed, so there is no key.
How do I decode Atbash?
Paste the Atbash text into the box. Atbash is its own inverse, so encoding and decoding are the same operation and the result is the original text.
Is Atbash secure?
No. With a single fixed mapping it is trivial to break, so it is only useful for puzzles and teaching, not real protection. For actual encryption, use the AES text encryption tool.
Can I share this with my text pre-filled?
Yes. The URL updates automatically as you type. Copy it from the address bar or use the Copy link button, and anyone who opens it sees your exact text ready to go.
Related tools
AES Text Decryption
Decrypt AES-256 encrypted text with your password in your browser. Free, private, and fully offline. No data leaves your device.
AES Text Encryption
Encrypt text with a password using AES-256 in your browser. Free, private, and fully offline. Nothing is sent to a server.
Base32 Decoder
Decode Base32 to text online (RFC 4648). Instant, shareable, and fully private in your browser. Free Base32 decoder.