Concept:
Classical cryptography mainly uses two techniques:
• Substitution
• Transposition
Caesar cipher is one of the oldest substitution ciphers.
Step 1: Understand Caesar Cipher.
Each alphabet is shifted by a fixed number of positions.
For example, with shift = 3:
\[
A \rightarrow D
\]
\[
B \rightarrow E
\]
\[
C \rightarrow F
\]
and so on.
Step 2: Why is it called substitution?
Every character is replaced by another character.
Hence it is a substitution technique.
Step 3: Choose the answer.
Therefore,
\[
\boxed{\text{Substitution Cipher}}
\]
is correct.
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions