Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 447 Bytes

File metadata and controls

8 lines (5 loc) · 447 Bytes

Substitution Cipher

It is an improvement to the Caesar Cipher. Instead of shifting the alphabets by some number, this scheme uses some permutation of the letters in alphabet. For example, A.B…..Y.Z and Z.Y……B.A are two obvious permutation of all the letters in alphabet. Permutation is nothing but a jumbled up set of alphabets.

Substitution cipher