ArticleslgStudy

science

Straddling checkerboard

Straddling checkerboard is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Straddling checkerboard rather than just read about it. In short: A straddling checkerboard is a device for converting an alphanumeric plaintext into digits whilst simultaneously achieving fractionation (a simple form of information diffusion) and data compression relative to other schemes using digits. It also is known as a monôme-binôme cipher.

Key takeaways

  • Straddling checkerboard belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Straddling checkerboard to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Straddling checkerboard from memory before moving on to harder problems.

Reference excerpt

A straddling checkerboard is a device for converting an alphanumeric plaintext into digits whilst simultaneously achieving fractionation (a simple form of information diffusion) and data compression relative to other schemes using digits. It also is known as a monôme-binôme cipher.

History In 1555, Pope Paul IV created the office of Cipher Secretary to the Pontiff. In the late 1580s, this position was held by members of the Argenti family, most notably Giovanni Batista and his nephew, Matteo. Matteo was the first to intentionally obscure borders between one-digit and two-digit codes, designing the first variable length cipher, although this was still a substitution cipher:

With that cipher, La vigilanza di papa Clemente fu grande in ogni genere de negotii was enciphered as 550365178370360088658074864865534032402000824315833060080257009830075583200230258020028390875. The following table rearranges the same key so that the column number corresponds to the second digit and while the row correspond to the first digit or lack thereof:

Comparing this table with a lower one, it is evident that it is not the modern straddling checkerboard, and letters encoded with one digit are not the most frequent letters of Latin (T is much more frequent than O), but the idea exploited in the latter ciphers is present. In its modern form described below the cipher's first documented use was in 1937 by Swedish communist Per Meurling during the Spanish Civil War. It was later used as the basis for the message-to-digits step in the VIC cipher.

Mechanics

Setup A straddling checkerboard is set up something like this:

The header row is populated with the ten digits, 0-9. They can be presented in order, as in the above table, or scrambled (based on a secret key value) for additional security. The second row is typically set up with eight high-frequency letters (mnemonics for the English language include; 'ESTONIA-R', 'A SIN TO ER(R)', 'AT ONE SIR', 'AERO TINS'), leaving two blank spots; this row has no row coordinate in the first column. The remaining two rows are labeled with one of the two digits that were not assigned a letter in the second row, and then filled out with the rest of the alphabet, plus the two symbols '.' and '/'.

The period '.' is used as a full stop or decimal separator, The slash '/' is used as a numeric escape character (indicating that a numeral follows). Similar to the ordering of the digits in the header row, the alphabet characters can be presented in order (as it is here), or scrambled based on a secret keyword/phrase.

Enciphering Letter-Encipherment: To encipher a letter in the second row is simply replaced by the number labeling its column. Characters in the third and fourth rows are replaced by a two-digit number representing their row and column numbers (with the row coordinate written first, i.e. B=20) Digit-Encipherment: To encipher a digit, there are a few possible methods (which must be known/agreed beforehand):

Single Digit Escape: Encode the numerical escape character (i.e. the slash '/') as per any letter, then write the required digit 'in-clear'. This means a digit is encrypted by 3 ciphertext characters; 2 for the escape character, 1 for the digit itself. In this scheme, each digit requires an escape character encoded before it. Double-Digit Scheme: If the escape character is encoded by two different digits (e.g. '26' in the example above), then multiple digits can be encoded by writing each out twice. To 'escape' back to text the escape character is used. In this way a stream of digits can be encoded with only one escape character. This method cannot be used if the escape character is itself encoded by a double digit combination. Triple-Digit Scheme: As per the double-digit scheme above, but triple digits are used. This was the mechanism used in the VIC cipher.'

Example The table below shows the conversion of string "ATTACK AT DAWN" into numbers using the straddling checkerboard setup above.

The resulting message, 3113212731223655 has to be secured by other means if the straddling checkerboard table is not scrambled. By passing digits through an additional transposition or substitution cipher stage can be used to secure message -- to whatever extent transposition or substitution can be considered secure. For example, securing the message above using as a secret key digits "0452" -- digits of the secret key are repeated to get at least as many digits as there are digits in the message -- and adding modulo 10 for transposition produces:

The message can also be ciphered with a substitution cipher using the same straddling checkerboard to convert the digits back to letters again:

Deciphering is simply the reverse of these processes. Although the size of groups can vary, deciphering is unambiguous because whenever the next element to be deciphered starts with a 2 or a 6, it is a pair; otherwise, it is a singleton. If the letter decoded is the numerical escape character '/' then the next 1+ digits (depending on scheme) are to be interpreted as a digit.

Cryptographic properties Compression: The more common characters are encoded by only one character, instead of two; this reduces the ciphertext size and potentially the cipher's proneness to a frequency attack. Fractionation: Unlike in the Polybius Square (where every character is represented by a pair of digits), a straddling checkerboard will not encrypt each character with the same number of ciphertext digits. This makes it harder for a cryptanalysts to determine the boundaries between plaintext characters. This may be combined with a transposition (as it is in the VIC cipher) in order to locate the ciphertext letters of the same plaintext character at unknown locations in the ciphertext.

See also Topics in cryptography

References

External links The VIC Cipher Straddling Checkerboards Various different versions of checkerboards on Cipher Machines and Cryptology SECOM, a VIC variant with extended checkerboard "The Rise Of Field Ciphers: straddling checkerboard ciphers" by Greg Goebel 2009

Worked examples

Example 1 — a first encounter with Straddling checkerboard

Start with the simplest possible case. Write down what Straddling checkerboard claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Straddling checkerboard before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Straddling checkerboard ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Straddling checkerboard

In research
Straddling checkerboard appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Straddling checkerboard in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Straddling checkerboard is common in secondary-school and first-year university syllabi. It links to neighbouring topics Classical ciphers, Science and technology in the Soviet Union, so understanding it makes those chapters shorter.
In everyday life
Look for Straddling checkerboard outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Straddling checkerboard in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Straddling checkerboard means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Straddling checkerboard out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Straddling checkerboard in simple terms?

A straddling checkerboard is a device for converting an alphanumeric plaintext into digits whilst simultaneously achieving fractionation (a simple form of information diffusion) and data compression relative to other schemes using digits. It also is known as a monôme-binôme cipher.

Why does Straddling checkerboard matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Straddling checkerboard?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Straddling checkerboard.

Tags

  • Classical ciphers
  • Science and technology in the Soviet Union

Keep exploring