Any more details on how the encoding worked? Was this just a substitution cypher with some gibberish sprinkled in?
Since the article mentions finding duplicate symbols which corresponded to duplicate letters in words, it's probably a simple substitution cipher. Such codes can usually be broken with a combination of frequency analysis, and guesswork. This one was apparently made more difficult by the fact that every other symbol was random. (And apparently using some symbols that did not otherwise appear in the code.)
GCHQ Cracks Frank Sidebottom's Codes
31–40 of 62 posts
Re: GCHQ Cracks Frank Sidebottom's Codes
#32Earlier quoted context omitted.
Nonce is short for "number used only once"
Once is from the Middle English "anes", meaning "one". Nonce is from "then anes", meaning "the one". The "-n" got smooshed into the latter word, to become "nonce", rather like "an ewt" became "newt".
Re: GCHQ Cracks Frank Sidebottom's Codes
#33Earlier quoted context omitted.
The very complex modern approaches to cryptanalysis still borrow from the oldest attacks. A simple substitution cipher is easily broken by frequency analysis - find the most common letter in the ciphertext and it'll probably be E in the plaintext. Nothing so simple would work today, but we often see vulnerabilities in cryptosystems due to pseudorandom number generators with inadequate entropy. It's the same basic pri…
frequency analysis works easily if you know the source language, i.e. English in this case, while entropy of the message is critical to cracking, complex approaches are not the only ones which are immune to attacks, for example simple ciphers like using a one time pad is mathematically impossible to crack.
Re: GCHQ Cracks Frank Sidebottom's Codes
#34If Frank Sidebottom is an unfamiliar name, I recommend the short audiobook Frank by Jon Ronson as an entertaining story. Jon played keyboards in his band and is an entertaining writer.
oh wow thanks for sharing that! I had never heard of frank but i definitely have heard of jon ronson from his research and look into psychopathy. oh and the men who stare at goats, of course. anyway i must now add yet another line to my ledger of things i really should be looking into
Re: GCHQ Cracks Frank Sidebottom's Codes
#35Earlier quoted context omitted.
A "nonce word" is a word that is created to be used once. For example, if we were surfing off the coast near the Kruger National Park, we might send this tweet: "We are on Surfari!" The wikipedia entry for Cryptographic nonce says: "It is similar in spirit to a nonce word, hence the name."
Also known as a hapax legomenon.
Also, GP's "Surfari" doesn't sound like a word meant to be used once, but as a word meant to be funny and with high probability of becoming a piece of jargon between a band of friends. My wife & I invent words like these all the time (half of them being born from misspelling or moments of confusions). Are they "nonces" too, even though we keep using them?
Re: GCHQ Cracks Frank Sidebottom's Codes
#36Earlier quoted context omitted.
Once is from the Middle English "anes", meaning "one". Nonce is from "then anes", meaning "the one". The "-n" got smooshed into the latter word, to become "nonce", rather like "an ewt" became "newt".
Is the term that old? I was told it literally meant N(umber)once.
https://www.dailywritingtips.com/nonce-words-for-the-nonce-a...
Re: GCHQ Cracks Frank Sidebottom's Codes
#37Earlier quoted context omitted.
Once is from the Middle English "anes", meaning "one". Nonce is from "then anes", meaning "the one". The "-n" got smooshed into the latter word, to become "nonce", rather like "an ewt" became "newt".
Is the term that old? I was told it literally meant N(umber)once.
Re: GCHQ Cracks Frank Sidebottom's Codes
#38Earlier quoted context omitted.
Nonce is short for "number used only once"
Once is from the Middle English "anes", meaning "one". Nonce is from "then anes", meaning "the one". The "-n" got smooshed into the latter word, to become "nonce", rather like "an ewt" became "newt".
Re: GCHQ Cracks Frank Sidebottom's Codes
#39Earlier quoted context omitted.
Is gibberish called nulls or nonces? I forget.
Nonce is short for "number used only once"
Re: GCHQ Cracks Frank Sidebottom's Codes
#40Earlier quoted context omitted.
Does code cracking still work in the era of modern cryptography? I thought that cryptosystems like AES and others were essentially impossible to crack if implemented right. What role do codebreakers play these days?
Theres still room for users to 'mess up' though. I believe allied code cracking in WW2 was helped by one wireless operator habitually ending their transmission "Heil Hitler" or something.
German Enigma operators in WW2 were told always to send a certain number of messages per day to make it harder to perform traffic analysis. One bored operator sent a message composed entirely of "W" repeated 4000 times (or so).
One on-the-ball analyst noticed a message that had no "W"s in it, and deduced what had been sent[0]. That allowed the daily settings to be cracked, and thus all messages for that day.
[0] Enigma has a weakness in that no letter can be encrypted as itself[1].
[1] Enigma is effectively a "one-time-pad" where the pad is a pseudo-random sequence determined by the daily settings.