Concept Overview
Cryptology is the study of making and reading codes.
Cryptology — Encoding & Decoding explained through a friendly whiteboard conversation, examples, visuals, and practice for school students.
Step 1
Notes
Step 2
Formulae
Step 3
Examples
Step 4
Practice
Revise the definition, formulae, important results, and exam method first.
Use the sticky diagram while this dedicated tool is being prepared.
Solve only this concept and let the app adapt from your answers.
Cryptology is the study of making and reading codes.
You have met the idea. Now open a tiny puzzle, a useful fact, and the next best action.
Continue the journey
Encoding and decoding are useful in puzzles, computer science, communication, and data security.
Encoding means changing a message into a coded form using a rule.
Decoding means using the rule to change the coded message back to the original message.
A Caesar cipher is a simple shift code. Each letter is moved forward by a fixed number of places in the alphabet.
Because the alphabet repeats after Z, shifts use cyclic thinking. After Z, we return to A.
Meaning: Plain text is the original message. Cipher text is the coded message.
Definition: Cipher text is a message after it has been encoded.
If CAT is encoded as FDW using a shift of 3, CAT is plain text and FDW is cipher text.
Meaning: Encoding changes a normal message into a code.
Definition: Encoding applies a fixed rule to each part of a message.
With shift 2, A becomes C, B becomes D, and C becomes E.
Meaning: Decoding reverses the code.
Definition: Decoding changes cipher text back into plain text.
If the code used shift 2 forward, decoding uses shift 2 backward.
Meaning: A Caesar cipher is a lettehift code.
Definition: A Caesar cipher replaces each letter by another letter a fixed number of positions away.
With shift 3, A becomes D and X becomes A because the alphabet wraps around.
Easy
Question: Encode CAT using shift 2.
Medium
Question: Decode KHOOR if it was encoded using shift 3.
Exam-level
Question: Encode XYZ using shift 4.
Forgetting to wrap after Z
Why it happens: The alphabet is treated like a line instead of a cycle.
Correct approach: After Z, continue from A.
Using a different shift for different letters
Why it happens: The rule is not kept consistent.
Correct approach: Use the same shift unless the question gives a new rule.
Decoding in the wrong direction
Why it happens: Encoding and decoding are confused.
Correct approach: Decode by reversing the encoding shift.
What is a cipher?
A cipher is a rule used to encode and decode messages.
Why does Z go back to A?
The alphabet is used as a cycle in a Caesar cipher.
Is cryptology only about secret messages?
Secret messages are one use. In maths, cryptology also builds pattern and logic skills.
Practise the same concept from this article. Your student profile may guide entitlement and follop recommendations, but it does not replace this concept.
Meaning: A cyclic pattern repeats after a fixed number of steps.
Definition: A cycle returns to its start after one full round.
The alphabet has 26 letters, so shifting beyond Z returns to A.