Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Different Types of

Traditional Cipher
by
Sidhanta Maity (13000220041)

Paper Code – PEC-IT801B


(Presented for the fulfilment of CA1 Exam)
Session: Jan – June 2024
Traditional Cipher

Traditional Ciphers
Traditional Ciphers are the old
ways through which information
was encrypted, but now this
methods are obsolete.

Generally traditional ciphers are Substitution Transposition


of two types – Substitution and
Transposition.

@ Dept. of IT Paper Code - PEC-IT801B 25/05/2024


Substitution Cipher
Substitution

Mono - Alphabetic Poly - Alphabetic

Additive Multiplicative Affine

C = (M + k) mod n C = (M * k) mod n C = [(M * k1) + k2] mod n


M = (C – k) mod n M = (C * k-1) mod n M = [(C – k2) * k1-1 ] mod n

@ Dept. of IT Paper Code - PEC-IT801B 25/05/2024


Auto Key Cipher

Playfair Cipher

Vigenère Cipher
Poly - Alphabetic

Hill Cipher

One time pad

Rotor Cipher

@ Dept. of IT Paper Code - PEC-IT801B 25/05/2024


Transposition Cipher
Changing the position of the symbol in the plain text

Transposition Cipher

Column Transposition Rail-Fence

@ Dept. of IT Paper Code - PEC-IT801B 25/05/2024


References

• “Cryptography and Network Security: Principles and Practice” by


William Stallings

• “Introduction to Cryptography with Coding Theory” by Wade Trappe


and Lawrence C. Washington

@ Dept. of IT Paper Code - PEC-IT801B 25/05/2024


THANK YOU

@ Dept. of IT Paper - PEC-IT801B 25/05/2024

You might also like