Atbash cipher
Encode or decode text with the Atbash substitution cipher (A↔Z, B↔Y…). Paste the text or drop the file; nothing leaves the page either way.
Related tools
All Hashing & crypto tools →Atbash cipher works straight from this page — free, instant, nothing to install. It covers A↔Z, B↔Y — adjust any of them and the result follows immediately.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Atbash cipher do?
Encode or decode text with the Atbash substitution cipher (A↔Z, B↔Y…). Paste the text or drop the file; nothing leaves the page either way.
What does it take into account?
It factors in A↔Z, B↔Y. Change any of them and the output follows immediately.
When would I actually use this?
Verifying a download matches its published checksum, comparing two files without reading them, and generating a signature for an API request.
What is the most common mistake?
Hashing a password with a fast algorithm. MD5 and SHA are built to be quick, which is exactly wrong for passwords — those need a deliberately slow function like bcrypt, scrypt or Argon2.
How is Atbash cipher different from Caesar cipher (ROT13)?
They sit next to each other but answer different questions: Caesar cipher (ROT13) is the one to open when you need it to encode or decode text with a Caesar shift cipher — ROT13 by default. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
ROT47 cipher is the closest one after this: Encode or decode text with ROT47, which rotates all printable ASCII characters. Works on a pasted block or on a file you drop in.
Where do the figures come from?
The digests follow their published specifications and are computed by the browser's own crypto implementation where one exists, so a value can be checked against any other conforming tool.