Atbash

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Message box/ambox.css has no content.

The Hebrew alphabet, run through Atbash.

Atbash (Template:Langx; also transliterated Atbaš) is a monoalphabetic substitution cipher originally used to encrypt the Hebrew alphabet. It can be modified for use with any known writing system with a standard collating order.

Encryption

The Atbash cipher is a particular type of monoalphabetic cipher formed by taking the alphabet (or abjad, syllabary, etc.) and mapping it to its reverse, so that the first letter becomes the last letter, the second letter becomes the second to last letter, and so on. For example, the ISO basic Latin alphabet would work like this:

Plain ABCDEFGHIJKLMNOPQRSTUVWXYZ
Cipher ZYXWVUTSRQPONMLKJIHGFEDCBA

Because there is only one way to perform this (which means there is only one possibility), the Atbash cipher provides no communications security, as it lacks any sort of key. If multiple collating orders are available, which one was used in encryption can be used as a key, but this does not provide significantly more security, considering that only a few letters can give away which one was used.

History

The name derives from the first, last, second, and second to last Hebrew letters (AlephTawBetShin).

The Atbash cipher for the modern Hebrew alphabet would be:

◢→AlephBetGimelDalethHehVavZayinHetTetYodhKaphLamedMemNunSamechAyinPehTzadyKoofReishShinTaw
Plainאבגדהוזחטיכלמנסעפצקרשת
◢←TawShinReishKoofTzadyPehAyinSamechNunMemLamedKaphYodhTetHetZayinVavHehDalethGimelBetAleph
Cipherתשרקצפעסנמלכיטחזוהדגבא

By shifting the correlation one space to the left or the right, one may derive a variant Batgash (named for Bet–Taw–Gimel–Shin) or Ashbar (for Aleph–Shin–Bet–Reish). Either alternative mapping leaves one letter unsubstituted; respectively Aleph and Taw.

In the Bible

Several biblical words are described by commentators[n 1] as being examples of Atbash:[1][2][3]

Regarding a potential Atbash switch of a single letter:

Relationship to the affine cipher

The Atbash cipher can be seen as a special case of the affine cipher.

Under the standard affine convention, an alphabet of m letters is mapped to the numbers 0, 1, ... , m − 1. (The Hebrew alphabet has m = 22, and the standard Latin alphabet has m = 26). The Atbash cipher may then be enciphered and deciphered using the encryption function for an affine cipher by setting a = b = (m − 1):

E(x)=D(x)=((m1)x+(m1))modm.

This may be simplified to

E(x)=(m1)(x+1)modm=(x+1)modm.

If, instead, the m letters of the alphabet are mapped to 1, 2, ..., m, then the encryption and decryption function for the Atbash cipher becomes

E(x)=(xmodm)+1.

See also

Notes

  1. ^ Rashi and Radak on each of the first three verses. Also other commentators.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Rydelnik, Michael; Vanlaningham, Michael (March 15, 2014). The Moody Bible Commentary. Moody Publishers. ISBN 9780802490186 – via Google Books.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Helmbold, A. K. (2009). Silva, Moisés (ed.). The Zondervan Encyclopedia of the Bible, Volume 1 (Revised ed.). Grand Rapids: Zondervan. p. 430. ISBN 9780310876960.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Leuchter, Mark (2004). "Jeremiah's 70-Year Prophecy and the ימק בל/ךשש Atbash Codes". Biblica. 85 (4): 503–522. ISSN 0006-0887. JSTOR 42614548.
  4. ^ Midrash Shmuel on Avot 3:6; see discussion in David Zvi Hoffmann to Exodus 20:20

Template:Cryptography navbox