An Atbash cipher for the Roman alphabet would be as follows:
Plain: abcdefghijklmnopqrstuvwxyz
Cipher: ZYXWVUTSRQPONMLKJIHGFEDCBA
An easier, simpler and faster way of doing this is:
First 13 letters: A|B|C|D|E|F|G|H|I|J|K|L|M
Last 13 Letters: Z|Y|X|W|V|U|T|S|R|Q|P|O|N
Atbash can also be used to mean the same thing in any other alphabet as well. This is a very simple substitution cipher.
For example, in Atbash, the letters "nlmvb" indicate the word "money".
A few English words 'Atbash' into other English words. For example, "hob"="sly", "hold"="slow", "holy"="slob", "horn"="slim", "zoo"="all", "irk"="rip", "low"="old", "glow"="told", and "grog"="tilt".
It is a very weak cipher because it only has one possible key, and it is a simple monoalphabetic substitution cipher. However, this may not have been an issue in the cipher's time.
The Atbash cipher is referenced in Google's Da Vinci Code Quest, in which participants must decode a common word from Atbash.
If you define the first letter of the alphabet to be 0, the second letter to be 1 and so on up to the last letter of the alphabet being the number of letters in the alphabet-1; then the Atbash cipher may be enciphered & deciphered using the encryption function for an Affine cipher:
Where, for the Atbash cipher: in which m is the number of letters in the alphabet ( for monocase English).
This may be simplified to:
If, instead, the first letter of the alphabet is defined to be 1, the second letter to be 2 and so on, the encryption function for the Affine Cipher becomes:
Where, for the Atbash cipher: , in which m is the length of the alphabet.
This may be simplified to: