Class Notes: Atbash Cipher

Student Note: The Atbash cipher is a simple way to hide a message by reversing the alphabet. It is useful for learning about encryption, but it is not secure enough for real cybersecurity.

1. What Is the Atbash Cipher?

The Atbash cipher is a simple substitution cipher that reverses the alphabet.

This means the first letter of the alphabet is replaced with the last letter, the second letter is replaced with the second-to-last letter, and so on.

In the Atbash cipher:

2. Why Is It Called Atbash?

The name Atbash comes from the Hebrew alphabet.

In the original version, the first letter was replaced with the last letter, and the second letter was replaced with the second-to-last letter.

The same idea can be used with the English alphabet.

3. Atbash Cipher Alphabet Chart

Plain Letter Cipher Letter Plain Letter Cipher Letter
AZNM
BYOL
CXPK
DWQJ
EVRI
FUSH
GTTG
HSUF
IRVE
JQWD
KPXC
LOYB
MNZA

4. How the Atbash Cipher Works

To encrypt a message using Atbash:

  1. Write the original message.
  2. Look at each letter.
  3. Replace each letter with its opposite letter in the alphabet.
  4. Keep spaces and punctuation the same.

Example 1

Original message:

ABC

Using Atbash:

A becomes Z
B becomes Y
C becomes X

Encrypted message:

ZYX

5. Longer Example

Original message:

HELLO

Use the Atbash chart:

H becomes S
E becomes V
L becomes O
L becomes O
O becomes L

Encrypted message:

SVOOL

So:

HELLO = SVOOL

6. Decrypting Atbash

One interesting thing about Atbash is that encryption and decryption use the same process.

If:

HELLO = SVOOL

Then:

SVOOL = HELLO

You just reverse each letter again.

7. Important Vocabulary

Plaintext

The original readable message.

HELLO

Ciphertext

The encrypted message.

SVOOL

Encryption

The process of changing plaintext into ciphertext.

Decryption

The process of changing ciphertext back into plaintext.

Substitution Cipher

A cipher where one letter is replaced with another letter. The Atbash cipher is a substitution cipher because each letter is substituted with another letter.

8. Why Is Atbash Easy to Understand?

Atbash is easy because it follows one simple rule:

Reverse the alphabet.

There is no key number like the Caesar cipher.

There is no keyword like the Vigenère cipher.

The pattern is always the same.

9. Strength of the Atbash Cipher

Strength: Very weak. Once someone knows the alphabet is reversed, they can decode the message quickly.

Why It Is Weak

The Atbash cipher is weak because:

10. Cybersecurity Connection

The Atbash cipher is useful for learning basic encryption ideas, but it should not be used for real security.

Modern cybersecurity uses much stronger encryption methods, such as:

Atbash is a good classroom example because it shows how encryption can hide a message, but it also shows why simple patterns are not secure.

11. Practice Examples

Example A

Encrypt:

CAT

Solution:

C becomes X
A becomes Z
T becomes G

Answer:

XZG

Example B

Encrypt:

DOG

Solution:

D becomes W
O becomes L
G becomes T

Answer:

WLT

Example C

Decrypt:

GSV

Solution:

G becomes T
S becomes H
V becomes E

Answer:

THE

12. Student Practice

Encrypt the following words using the Atbash cipher.

Plaintext Ciphertext
CODE
JAVA
CYBER
SCHOOL
SECURITY

Decrypt the following Atbash messages.

Ciphertext Plaintext
ZKKOV
XZGH
KZHH
HVXIVG
XLWV

13. Quick Check Questions

Question 1

What does the Atbash cipher do to the alphabet?

Answer: It reverses the alphabet.

Question 2

What does A become in Atbash?

Answer: Z

Question 3

What does B become in Atbash?

Answer: Y

Question 4

What type of cipher is Atbash?

Answer: A substitution cipher.

Question 5

Is Atbash strong enough for modern cybersecurity?

Answer: No. It is very weak and easy to break.

14. Key Takeaways

The Atbash cipher is a simple substitution cipher that reverses the alphabet.

It is easy to learn and easy to use.

However, it is also very weak because the pattern is simple and always the same.

Atbash is useful for learning about encryption, but it should not be used to protect real information.