Wednesday, December 24, 2014

Cold War Nuclear Weapons Safety

The National Security Archive just released a documentary about the safety systems on nuclear weapons during the Cold War and beyond. At the beginning of the Cold War it became obvious that conventional forces would not be able to repel a Soviet attack in Western Europe. Nuclear deterrent, the capability to retaliate with massive nuclear power, became a primary tool of NATO to prevent war in Europe.

With so many U.S. nuclear weapons in the custody of both U.S. military and NATO partners across Europe, they had to find solutions to prevent unauthorised use or accidents. The concept called Always/Never: for an effective deterrent, you need nuclear weapons that are Always ready for use, but at the same time you need assurance that these weapons will Never be used unauthorised or accidentally.

Early Electromechanical PAL
The solution was the Permissive Action Link or PAL, a device inside the weapon that isolated the electronics from the detonation charge that triggers the nuclear reaction. The early PAL was a small electric motor attached to a combination lock, which in turn engaged the arming switch. The operator had to attach a control box by a cable to the weapon and enter the proper code to arm the weapon. Nowadays, they use encrypted detonation parameters, requiring the proper decryption codes to arm the warhead.

This not only prevented accidental detonation, but also shifted both decision and authority over each nuclear weapon from the military operator or commander to the U.S. President, who is the only person with the PAL codes and consequently the sole person who can initiate a nuclear war. Since then, the U.S. president is always accompanied by his military aid who carries the codes in the so-call Nuclear Football.

The system was not created overnight. It took years to develop the proper technology and procedures, but in the end it presented a major improvement of nuclear safety. The documentary Always Never, released by the Sandia National Laboratories, tells the story of the evolution of safe control over nuclear weapons. More information is found at the the Archive's Nuclear Vault.  Extensive information on Permissive Action Links is also available on Steven Bellovin's Columbia page and some photos of PALs are linked at Light Blue Touchpaper.


Always Never - The Quest for Safety, Control, and Survivability

Wednesday, December 10, 2014

WPS - The secret Numbers in Letters

We all have secrets. Some we keep and some we share. The secrets we keep are generally easily managed. Our brain is an excellent safe that holds numerous secrets that no one will ever know. The secrets we share are harder to keep. If we want to send them to others then we need to encrypt them.

However, sometimes we don't want anyone to know that we share a secret. When the secret becomes a secret, we need more than cryptography to send it. We need steganography, the art of hiding messages.

By using steganography (lit. hidden writing) we can send a message through any open insecure channel without others even knowing that a message was sent. It doesn't draw attention or suspicion, as an encrypted e-mail or letter would, and the hidden message is deniable.

In this age of non-existing digital privacy there is still a method of processing and sending messages that resists even the best hackers and "Men in Black" organizations: the pen and the paper. Just as there is unbreakable pen-and-paper encryption, there is also fully deniable steganography.

Many steganographic techniques were invented in past centuries. Drawings with embedded codes or signs, invisible ink, harmless looking text with minuscule typographic differences or grammatical alterations under control of some algorithm. Most of them, however, fail when it comes to hiding the fact that steganography has been used.

Typographic changes, how little they may be, are visible, since the receiver should be able to see them. Obviously, unusual font changes or extra spaces in digital text files are easily detected. Secret words, embedded at certain places, might be out of context. The required grammatical changes or rules, applied on cover text, often don't stand against the scrutiny of a human reader, as he can easily spot subtle but suspicious changes in natural language that don't fit in the content or style of the cover text.

Fully deniable steganography has some important requirements: it should be impossible to detect the use of steganography, as this would in essence be a failure. After all, its goal was to hide the fact that an encrypted message was sent. Also, any attempt to extract the hidden message should never reveal the message nor the use of steganography, even when the method is known. Therefore, the message should always be encrypted prior to hiding. Otherwise, any eavesdropper who knows the steganographic method could extract the plain message.

One method that meets these conditions is the Words-Per-Sentence system or WPS. It's a simple yet effective text-based method to conceal  a message without the use of complex mathematical or grammatical tricks and offers complete freedom of writing style and content. The system consist of three steps: converting text into digits, encrypt those digits and hide them in an innocent cover text.

Step 1 - Convert text into digits

This can be done by a straddling checkerboard. Such a table converts the high frequency letters into one-digit values and the other letters in two-digit values, producing a relatively economical conversion. 
 
Optionally, to compress the message considerably, you can use three or four-digit codes (preceded by 0 - CODE) that represent common words, expressions or even whole phrases, taken from a code book or sheet (more about code books in section VI of this paper (pdf).


Let's convert the phrase "meeting at 14 PM in NY." Note that we repeat figures three times to exclude errors.

M  E E T I N G     A T     1   4     P  M     I N    N Y  (.)
79 2 2 6 3 4 74 99 1 6 90 111 444 90 80 79 99 3 4 99 4 88 91

Step 2 - Encrypt the digits

The letter-to-digit conversion is no protection whatsoever! We could scramble the letters of the checkerboard, but this provides only very limited protection. So, we must encrypt the digits. There are various manual cipher systems, but the most secure one is the unbreakable one-time pad. More detailed info in this paper.

Suppose our truly random one-time pad key starts with the following groups:

68496 47757 10126 36660 25066 07418 79781 48209 28600

The one-time pad key is written out underneath the plaintext digits. The first group of the pad serves as key indicator for the receiver and must be skipped in the encryption process. The key is subtracted from left to right from the plaintext without borrowing (a so-called modulo 10 subtraction):

Plain : KEYID 79226 34749 91690 11144 49080 79993 49948 89191
OTP(-): 68496 47757 10126 36660 25066 07418 79781 48209 28600
        -----------------------------------------------------
Cipher: 68496 32579 24623 65030 96188 42672 00212 01749 61591

Step 3 - Hide the encrypted digits

Now that we have a secure message, we must hide the ciphertext digits in a text. For each digit, a sentence is composed with as many words as the digit + 5 (or any other pre-arranged value). Adding 5 to the total ensures that all sentences have at least five words. Words like “it’s”, “you’re” or “set-up” are regarded as one word. To avoid statistical bias, some sentences with less than 5 or more than 14 words should be added (these are later simply ignored). The first ciphertext group 68496 from our example message is hidden in the first part of a letter, shown here below:

Dear John,

I Hope everything is going well with you and the family. If possible, Katherine and I would love to visit you somewhere next month. We could make it a weekend at the lake. The next few weeks are rather quiet so any date is fine for us. What do you think? If you’re interested, just pick a date and I arrange everything.

To retrieve the original digits, the receiver simply subtracts 5 from the total number of words in each sentence, ignoring sentences with less than 5 or more than 14 words. He counts 11 words in the first sentence and thus knows that the first digit is 11 – 5 = 6, and so one. He writes the proper one-time pad key underneath the extracted digits (skipping the key indicator) and adds ciphertext and key together without carry (modulo 10 addition). Finally, he converts the plaintext digits back into readable text with his own checkerboard.

The advantages of WPS are an excellent literary freedom and the lack of complex calculations or algorithms. Always start by writing a meaningful text and then play with the words to obtain the required sentence length. Exclude the salutation in a letter from the system, as a nine-letter salutation would obviously arouse suspicion.

Thanks to WPS, the hidden message is fully deniable. There is no way to ever prove the existence of a message inside the innocent looking letter without having the proper one-time pad key. Even when the eavesdropper knows the method used, he can merely extract some meaningless digits, as he would retrieve from any other "clean" text. We now have a safe method to send encrypted messages openly by postal mail, e-mail or Internet forums.

Or how you can hide numbers in letters ;-)

This pen and paper WPS system is an important advantage in today's digital world where secure  personal computers, smartphones or tablets are a fairytale and virtually all means to communicate are prone to eavesdropping. Of course, the cover text itself can be read by anyone and you will need a good excuse for the nonsense you wrote and to whom you wrote it. It's better to write a meaningfull text and story based on facts.

Further reading:

Tuesday, December 09, 2014

Professor Brailsford on Enigma

Computerphile just published two talks by Professor Brailsford about the WW2 German Enigma cipher machine (edit: the third and final part is now published). He explains in an excellent and entertaining way how Enigma works and how it was broken, first by the Polish en then the British codebreakers in Bletchley Park. I believe it's one of the best videos I've seen on making codebreaking understandable. A must see! The talks are  made on the occasion of the release of The Imitation Game, a new movie about Alan Turing's work on Enigma. More detailed info on Enigma at these webpages.


Turing's Enigma Problem (Part 1) - Computerphile


Tackling Enigma (Turing's Enigma Problem Part 2) - Computerphile


Enigma, TypeX and Dad - Computerphile