🌐 EN

🔄 Atbash Cipher Tool

One of the oldest known substitution ciphers: it reverses the alphabet, so A becomes Z, B becomes Y, and so on. It's self-inverse — apply it twice and you get your original text back.

⚠️ Educational/puzzle tool only — do not use this for real security purposes.

GUIDE

Learn more

01

1. The History of the Atbash Cipher

Atbash originated as a substitution cipher for the Hebrew alphabet. The name itself comes from combining Aleph and Taw (the first and last Hebrew letters) with Bet and Shin (the second and second-to-last letters) — Atbash is among the oldest known ciphers on record. The same reversal technique was later applied to the Latin alphabet.

02

2. How It Works — A Fixed Mapping with No Key at All

Atbash works through a fixed correspondence that mirrors the alphabet front-to-back: A↔Z, B↔Y, and so on. There's no shift amount or keyword involved at all. That means applying the operation twice returns the original text — it's self-inverse — which sets it apart from ciphers like Caesar or Vigenère that need a shift or keyword to decrypt.

03

3. Why It Offers No Real Security Today

Because there's no key whatsoever, Atbash isn't really "encryption" so much as a fixed obfuscation or puzzle transform. Anyone who knows the rule can recognize and reverse it instantly, which makes it entirely unsuitable for protecting anything real. Use this tool strictly for education and puzzles.

Frequently asked questions

Why is there no shift amount or key to choose?
Atbash has no key by design — it's a fixed alphabet-reversal mapping. That's exactly what makes it different from a cipher like Caesar.
Does running it twice give back my original text?
Yes — Atbash is self-inverse, so transforming the text twice returns the original. That's why the same button/transform works for both encoding and decoding.
Is this secure?
No. With no key involved, anyone who knows the rule can recognize and reverse it instantly. Use it only for education and puzzles, never for real security.