The Atbash cipher is a monoalphabetic substitution cipher, meaning that each letter in the alphabet is replaced with its opposite counterpart. It is one of the simplest and oldest ciphers, originally used in the Hebrew language.
Atbash works by taking the standard alphabet and reversing it:
Plaintext | A | B | C | D | E | F | G | H | I | J | K | L | M |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ciphertext | Z | Y | X | W | V | U | T | S | R | Q | P | O | N |
Plaintext | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
Ciphertext | M | L | K | J | I | H | G | F | E | D | C | B | A |
Let's encode the word "HELLO" using Atbash:
So, "HELLO" becomes "SVOOL".
While Atbash was effective in ancient times, it is now too simple to protect sensitive information because:
The Atbash cipher is an excellent introduction to cryptography but lacks real-world security. It remains a fun way to learn about cipher basics and how encryption works!