Monday, October 14, 2013

Code 3 : Atbash Cipher



Atbash Cipher

The Atbash cipher is a very specific case of a substitution cipher where the letters of the alphabet are reversed. In otherwords, all As are replaced with Zs, all Bs are replaced with Ys, and so on.
Because reversing the alphabet twice will get you actual alphabet, you can encipher and decipher a message using the exact same algorithm.
Example
Plaintext: This is a secret message
Ciphertext: Gsrh rh z hvxivg nvhhztv


 For encoding/decodingEncode

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.