Was it helpful?

Question

Difference between Substitution Cipher Technique and Transposition Cipher Technique

File SystemAlgorithmsApps/Applications

Substitution Cipher Technique

Substitution Cipher Technique is a traditional cipher text technique which is used to encrypt a plain text into cipher text. In this technique, each character is substituted with other character/number or other symbol. This techniques changes identity of a character but not the position of it.

Transposition Cipher Technique

Transposition Cipher Technique is also a traditional cipher text technique which is used to encrypt a plain text into cipher text. In this technique, each character position is changed to different position.

Following are some of the important differences between Substitution Cipher Technique and Transposition Cipher Technique.

Sr. No.KeySubstitution Cipher TechniqueTransposition Cipher Technique
1AlgorithmEach character is replaced with other character/number/symbol.Each character is positioned differently from its original position.
2FormsMono Alphabetic Substitution Cipher and Poly Alphabetic Substitution Cipher are its two forms.Key-less Transposition Cipher and Keyed Transposition cipher are its two forms.
3ChangeCharacter identity is changed but position remains same.Character position is changed but identity remains same.
4DetectionA letter less frequently used can be easily traced.A letter near to original position get traced easily.
5ExampleCaesar Cipher is an example of Substitution Cipher.Reil Fence Cipher is an example of Transposition Cipher.
raja
Published on 15-Apr-2020 10:49:35
Advertisements
Was it helpful?
Not affiliated with Tutorialspoint
scroll top