Today I’m presenting a 26 letter message that has been encrypted with a Playfair cipher. To my knowledge, such a short Playfair cryptogram has never been solved before.

Last week, I reported on Magnus Ekhall’s solution of my Playfair challenge from September 2019. With only 28 letters, this cryptogram is the shortest Playfair message that has ever been broken.

 

Breaking the Playfair cipher

It was already the second time that Magnus set a new Playfair world record. He had broken a 32-letter message earlier this year. Before that, a 40 letter Playfair challenge had been solved by Nils Kopal. Even earlier, George Lasry solved a Playfair cryptogram consisting of only 50 letters.

In all four cases, a Playfair cipher with a random matrix (i.e., not based on a keyword) was used. US cryptanalyst Alf Monge broke a 30 letter Playfair back in the 1930s, but this one was keyword-based, which made things easier.

According to George Lasry, the unicity distance for a Playfair cipher applied on an English text is 22. This means that a ciphertext of 22 letters or shorter does not have an unambiguous solution. If the ciphertext is longer, a unique solution exists and can be found – at least in theory.

The best method to break a Playfair encryption appears to be hill climbing. George, Nils, and Magnus have used this technique for their record-breaking cryptanalysis successes. Their work has considerably improved the hill climbing methods applied in codebreaking.

—————————————–

I’m excited to announce I’ll be speaking at RSAConference 2020 on UNDERSTANDING AND EXPLAINING POST-QUANTUM CRYPTO WITH CARTOONS.
—————————————–

How the Playfair works

I’m sure that meanwhile most readers of this blog know how the Playfair cipher works. For those who don’t, this section gives an introduction.

The Playfair cipher substitutes letter pairs. So, the cleartext needs to be written as a sequence of letter pairs (the following cleartext is a Shakespeare quote taken from Robert Thouless’ life-after-death experiment):

BA LM OF HU RT MI ND SG RE AT NA TU RE SS EC ON DC OU RS EC HI EF NO UR IS HE RI NL IF ES FE AS T

The Playfair cipher requires that no letter pair consist of two equal letters. Therefore, we add an X between the two Ss:

BA LM OF HU RT MI ND SG RE AT NA TU RE SX SE CO ND CO UR SE CH IE FN OU RI SH ER IN LI FE SF EA ST

If the number of letters in the cleartext is odd, another X needs to be added at the last position, but this is not the case here. Next, we set up a 5×5 matrix containing the letters of the alphabet in a random order (we identify the J with the I, in order to get a 25 letter alphabet):

S U R P I
E A B C D
F G H K L
M N O Q T
V W X Y Z

As you might have noticed, the letter order in the matrix has been derived with the keyword SURPRISE. It would be more secure to use a completely random order of the letters.

Now, we replace the cleartext letter pairs (BA, LM, OF, HU, …) according to the three Playfair rules. Here are the rules in a diagram:

Playfair-diagram

Here are the same rules in text form (I refer to the letter pair to be replaced as XY):

  1. If X and Y are not in the same column and not in the same row (this is the most frequent case), form a rectangle and replace the two letters by the other two corner letters (the upper cleartext letter is replaced by the other upper letter in the rectangle, the lower cleartext letter by the lower one). For instance, LM becomes FT.
  2. If the two letters stand in the same row, each one is replaced by its right neighbor. Here, BA becomes CB.
  3. If the two letters stand in the same column, each one is replaced by its lower neighbor. In our example, AN becomes GW.

When we apply the Playfair rules on our cleartext with our 5×5 matrix, we get the following ciphertext:

CB FT MH GR IO TS TA UF SB DN WG NI SB RV EF BQ TA BQ RP EF BK SD GM NR PS RF BS UT TD MF EM AB IM

 

A new challenge

After my 28 letter ciphertext had been solved by Magus Ekhall, I created a new challenge based on an even shorter message. This time, I chose a ciphertext consisting of 26 letters. As usual, I used the Playfair function of the software CrypTool for encryption.

Source: screenshot

Here’s the ciphertext I received:

DB AQ IH KN RW VB KW NA DQ WR AM OQ IY

Can you decipher this message? If so, you will set a new world record.


Further reading:
Linkedin: https://www.linkedin.com/groups/13501820
Facebook: https://www.facebook.com/groups/763282653806483/
[jetpack_subscription_form title=”Subscribe to Bl

Kommentare (2)

  1. #1 farmerjohn
    17. Dezember 2019

    One option which looks plausible is:
    wait for further instructions

    with matrix
    rweku
    yd**s
    nacfi
    *b*ho
    *tmvq

    where * stand for remaining letters

  2. #2 Bill Briere
    Wyoming, USA
    21. Dezember 2019

    @farmerjohn Even though these challenge Playfairs have been getting so short that multiple solutions are possible, yours is clearly not a string of random dictionary words. There’s really no doubt at all that you’ve found the intended answer. Very impressive!