<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 70-year old wartime cipher&#160;uncracked</title>
	<atom:link href="http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html/feed" rel="self" type="application/rss+xml" />
	<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html</link>
	<description>Brain candy for Happy Mutants</description>
	<lastBuildDate>Tue, 21 May 2013 15:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Frank Diekman</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590986</link>
		<dc:creator>Frank Diekman</dc:creator>
		<pubDate>Sun, 25 Nov 2012 04:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590986</guid>
		<description>Dammit! We&#039;ll never beat the Hun at this rate! </description>
		<content:encoded><![CDATA[<p>Dammit! We&#8217;ll never beat the Hun at this rate! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkanoap</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590778</link>
		<dc:creator>mkanoap</dc:creator>
		<pubDate>Sat, 24 Nov 2012 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590778</guid>
		<description> The problem is that with a one time pad, effectively EACH letter has it&#039;s own cypher.  So when you make guesses and match against valid words, every single possibility will eventually match.
Here is an example.  Say my ciphertext is &quot;aaaa&quot;.  One possible guess for that is &quot;bake&quot; (+1,+0,+10,+4).   Horray, a match!  But then you keep trying different substitutions for each letter and find that it also matches &quot;kale&quot; (+10,+0,+11,+4) and &quot;make&quot;, and &quot;four&quot; and &quot;fork&quot;.  Eventually, you find that there is a match for every single four letter word in the dictionary.</description>
		<content:encoded><![CDATA[<p> The problem is that with a one time pad, effectively EACH letter has it&#8217;s own cypher.  So when you make guesses and match against valid words, every single possibility will eventually match.<br />
Here is an example.  Say my ciphertext is &#8220;aaaa&#8221;.  One possible guess for that is &#8220;bake&#8221; (+1,+0,+10,+4).   Horray, a match!  But then you keep trying different substitutions for each letter and find that it also matches &#8220;kale&#8221; (+10,+0,+11,+4) and &#8220;make&#8221;, and &#8220;four&#8221; and &#8220;fork&#8221;.  Eventually, you find that there is a match for every single four letter word in the dictionary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkanoap</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590770</link>
		<dc:creator>mkanoap</dc:creator>
		<pubDate>Sat, 24 Nov 2012 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590770</guid>
		<description> What you are describing are pseudo random number generators/functions and are the basis for all modern cryptography.  But your output has to be indistinguishable from actual random numbers which can be tricky.  As DrDave points out below, your example would be susceptible to a brute force attack against the seed.
Even the tiniest amount of predictable pattern can lead to a code being compromised and information being leaked. 
When you see key length discussed with things like SSL, it is the length of the key (in bits) that is used with pseudo random functions to generate the pads big enough to encrypt large amounts of data, so you are on the right track.  It&#039;s just that you have to take it much further.
For example, key lengths for SSL certificates are now considered insecure if they are not at least 1024 bits.</description>
		<content:encoded><![CDATA[<p> What you are describing are pseudo random number generators/functions and are the basis for all modern cryptography.  But your output has to be indistinguishable from actual random numbers which can be tricky.  As DrDave points out below, your example would be susceptible to a brute force attack against the seed.<br />
Even the tiniest amount of predictable pattern can lead to a code being compromised and information being leaked.<br />
When you see key length discussed with things like SSL, it is the length of the key (in bits) that is used with pseudo random functions to generate the pads big enough to encrypt large amounts of data, so you are on the right track.  It&#8217;s just that you have to take it much further.<br />
For example, key lengths for SSL certificates are now considered insecure if they are not at least 1024 bits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrDave</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590705</link>
		<dc:creator>DrDave</dc:creator>
		<pubDate>Sat, 24 Nov 2012 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590705</guid>
		<description>You&#039;ll have only 2^24 possible sequences. I can grind through them all. </description>
		<content:encoded><![CDATA[<p>You&#8217;ll have only 2^24 possible sequences. I can grind through them all. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L_Mariachi</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590690</link>
		<dc:creator>L_Mariachi</dc:creator>
		<pubDate>Sat, 24 Nov 2012 10:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590690</guid>
		<description>Right, I know how they work, but the key doesn’t have to be there in toto, is what I’m getting at. Any operation that provides a long enough sequence of numbers to cover offsetting the message content would do. Take bytes 2, 12, and 22, raise each one to the power of the next one and you’d have a pad big enough to encode the King James Bible. (Multiple encodings would probably be beyond the capabilities of the era, but with these computers we got nowadays you could probably come up with an alternate false encoding to give up in case of torture that would resolve to a plausible-sounding message.)</description>
		<content:encoded><![CDATA[<p>Right, I know how they work, but the key doesn’t have to be there in toto, is what I’m getting at. Any operation that provides a long enough sequence of numbers to cover offsetting the message content would do. Take bytes 2, 12, and 22, raise each one to the power of the next one and you’d have a pad big enough to encode the King James Bible. (Multiple encodings would probably be beyond the capabilities of the era, but with these computers we got nowadays you could probably come up with an alternate false encoding to give up in case of torture that would resolve to a plausible-sounding message.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrDave</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590671</link>
		<dc:creator>DrDave</dc:creator>
		<pubDate>Sat, 24 Nov 2012 08:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590671</guid>
		<description>For a one-time pad, the &quot;key&quot; is as long as the message itself: it&#039;s a sequence of offsets applied to the sequence of characters in the message. The strength of a one-time pad is that there is no correlation between the coding for different characters.

Lots of interesting info on codes used for SOE agents in Europe in Leo Marks&#039;s book &quot;Between Silk and Cyanide&quot;: poem ciphers, security checks that an agent omitted if captured and forced to communicate, false traffic, deciphering &quot;indecipherable&quot; messages, codes in one system that were made to look like they are in another system, one-time pads with letters instead of numbers. Most of the one-time &quot;pads&quot; used by the SOE in the field were actually rolls of silk, where the used part of the pad could be cut off and destroyed. Silk was preferred to paper, because silk doesn&#039;t crinkle like paper does when you&#039;re being patted down.
</description>
		<content:encoded><![CDATA[<p>For a one-time pad, the &#8220;key&#8221; is as long as the message itself: it&#8217;s a sequence of offsets applied to the sequence of characters in the message. The strength of a one-time pad is that there is no correlation between the coding for different characters.</p>
<p>Lots of interesting info on codes used for SOE agents in Europe in Leo Marks&#8217;s book &#8220;Between Silk and Cyanide&#8221;: poem ciphers, security checks that an agent omitted if captured and forced to communicate, false traffic, deciphering &#8220;indecipherable&#8221; messages, codes in one system that were made to look like they are in another system, one-time pads with letters instead of numbers. Most of the one-time &#8220;pads&#8221; used by the SOE in the field were actually rolls of silk, where the used part of the pad could be cut off and destroyed. Silk was preferred to paper, because silk doesn&#8217;t crinkle like paper does when you&#8217;re being patted down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparg</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590611</link>
		<dc:creator>Sparg</dc:creator>
		<pubDate>Sat, 24 Nov 2012 04:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590611</guid>
		<description> Love the classic 5-letter groups.</description>
		<content:encoded><![CDATA[<p> Love the classic 5-letter groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Chronobiologist</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590466</link>
		<dc:creator>Dr. Chronobiologist</dc:creator>
		<pubDate>Fri, 23 Nov 2012 23:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590466</guid>
		<description>Regarding &quot;few-time pads&quot;: As long as the attacker isn&#039;t aware which messages were encoded with the same pad. 
https://en.wikipedia.org/wiki/Venona_project#Decryption</description>
		<content:encoded><![CDATA[<p>Regarding &#8220;few-time pads&#8221;: As long as the attacker isn&#8217;t aware which messages were encoded with the same pad.<br />
<a href="https://en.wikipedia.org/wiki/Venona_project#Decryption" rel="nofollow">https://en.wikipedia.org/wiki/Venona_project#Decryption</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L_Mariachi</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590465</link>
		<dc:creator>L_Mariachi</dc:creator>
		<pubDate>Fri, 23 Nov 2012 23:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590465</guid>
		<description>Regarding one-time pads: Why not seed the pad into the message itself?  I’m thinking that an arbitrary sequence of “bytes,” known to the recipient (e.g. “second letter of every other line” or somesuch) could be a date code, from which one could derive the key (say, the number of seconds since the stroke of midnight on New Year’s Eve A.D. 1, with each digit being an offset.)  That way the recipient wouldn’t have to carry around a pad which could be compromised, he’d only have to know which bytes were the date code, and what baseline date to count seconds from.  If that information is cracked or extracted, headquarters can simply change one or both of those for future messages, communicating the change to recipients in a compact and obscure manner.</description>
		<content:encoded><![CDATA[<p>Regarding one-time pads: Why not seed the pad into the message itself?  I’m thinking that an arbitrary sequence of “bytes,” known to the recipient (e.g. “second letter of every other line” or somesuch) could be a date code, from which one could derive the key (say, the number of seconds since the stroke of midnight on New Year’s Eve A.D. 1, with each digit being an offset.)  That way the recipient wouldn’t have to carry around a pad which could be compromised, he’d only have to know which bytes were the date code, and what baseline date to count seconds from.  If that information is cracked or extracted, headquarters can simply change one or both of those for future messages, communicating the change to recipients in a compact and obscure manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Chronobiologist</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590401</link>
		<dc:creator>Dr. Chronobiologist</dc:creator>
		<pubDate>Fri, 23 Nov 2012 21:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590401</guid>
		<description>So here&#039;s a basic One Time Pad scheme. Pad=key

Creating a key: using a 27 sided dice, roll 10 times and write down each result. Each roll must be unrelated to the previous roll and the dice must be perfectly fair.

Encrypting the message: Use a message of length 10 letters and spaces or less. 
a-z=[1-26], spaces=27 (I&#039;ll use underscores to denote spaces)

message = &quot;nazis_suck&quot; / &quot;14, 1, 26, 9, 19, 27, 19, 21, 3, 11&quot;
key =  &quot;abddh_tacl&quot; / &quot;1, 2, 4, 4, 8, 27, 20, 1, 3, 12&quot;

add the key to the message: 
cipher text = &quot;occm__lvfw&quot; / &quot;15, 3, 3, 13, 27, 27, 12, 22, 6, 23&quot;

The key must be shared with the receiver ahead of time. The receiver will know to subtract the key from the cipher text to decrypt it.

As the name implies, the key must only be used once or else it&#039;s attackable as a two-time pad/many-time pad.</description>
		<content:encoded><![CDATA[<p>So here&#8217;s a basic One Time Pad scheme. Pad=key</p>
<p>Creating a key: using a 27 sided dice, roll 10 times and write down each result. Each roll must be unrelated to the previous roll and the dice must be perfectly fair.</p>
<p>Encrypting the message: Use a message of length 10 letters and spaces or less.<br />
a-z=[1-26], spaces=27 (I&#8217;ll use underscores to denote spaces)</p>
<p>message = &#8220;nazis_suck&#8221; / &#8220;14, 1, 26, 9, 19, 27, 19, 21, 3, 11&#8243;<br />
key =  &#8220;abddh_tacl&#8221; / &#8220;1, 2, 4, 4, 8, 27, 20, 1, 3, 12&#8243;</p>
<p>add the key to the message:<br />
cipher text = &#8220;occm__lvfw&#8221; / &#8220;15, 3, 3, 13, 27, 27, 12, 22, 6, 23&#8243;</p>
<p>The key must be shared with the receiver ahead of time. The receiver will know to subtract the key from the cipher text to decrypt it.</p>
<p>As the name implies, the key must only be used once or else it&#8217;s attackable as a two-time pad/many-time pad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Turnbull</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590393</link>
		<dc:creator>Paul Turnbull</dc:creator>
		<pubDate>Fri, 23 Nov 2012 21:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590393</guid>
		<description>No. With a one-time pad each letter or word position could be using a different code.

For example my pad could be 254 where each number is the offset to use. So the word &#039;the&#039; would become &#039;vmh&#039;. If the pad was 837 then &#039;the&#039; would be &#039;bkl&#039;. It&#039;s called a one-time pad because an agent would only use it once. Pads are generated randomly so there&#039;s no pattern to discern, each letter is random.

Letter offsets is just one way to do one-time pads. There are more complex versions but they all have in common is that without the pad they are virtually unbreakable. The downside is that rule applies if you lose the pad as well.</description>
		<content:encoded><![CDATA[<p>No. With a one-time pad each letter or word position could be using a different code.</p>
<p>For example my pad could be 254 where each number is the offset to use. So the word &#8216;the&#8217; would become &#8216;vmh&#8217;. If the pad was 837 then &#8216;the&#8217; would be &#8216;bkl&#8217;. It&#8217;s called a one-time pad because an agent would only use it once. Pads are generated randomly so there&#8217;s no pattern to discern, each letter is random.</p>
<p>Letter offsets is just one way to do one-time pads. There are more complex versions but they all have in common is that without the pad they are virtually unbreakable. The downside is that rule applies if you lose the pad as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Smith</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590373</link>
		<dc:creator>Michael Smith</dc:creator>
		<pubDate>Fri, 23 Nov 2012 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590373</guid>
		<description>You mean there might be a code inside the code? Fair enough but how far does it go? Maybe you could just calculate the entropy on different possible solutions then attack the solutions with low entropy again.</description>
		<content:encoded><![CDATA[<p>You mean there might be a code inside the code? Fair enough but how far does it go? Maybe you could just calculate the entropy on different possible solutions then attack the solutions with low entropy again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Chronobiologist</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590366</link>
		<dc:creator>Dr. Chronobiologist</dc:creator>
		<pubDate>Fri, 23 Nov 2012 21:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590366</guid>
		<description>if each letter is equally likely then the message could be any that you like. With OTP a valid cipher text could be 11111111 and there&#039;d be no way to decipher without having the key. (edit: replaced &quot;message&quot; with &quot;cipher text&quot;)</description>
		<content:encoded><![CDATA[<p>if each letter is equally likely then the message could be any that you like. With OTP a valid cipher text could be 11111111 and there&#8217;d be no way to decipher without having the key. (edit: replaced &#8220;message&#8221; with &#8220;cipher text&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Smith</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590358</link>
		<dc:creator>Michael Smith</dc:creator>
		<pubDate>Fri, 23 Nov 2012 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590358</guid>
		<description>Surely it could brute forced it and matched against valid words.</description>
		<content:encoded><![CDATA[<p>Surely it could brute forced it and matched against valid words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren_Terra</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590343</link>
		<dc:creator>Warren_Terra</dc:creator>
		<pubDate>Fri, 23 Nov 2012 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590343</guid>
		<description>I think we need to immediately investigate the chimney for possible German sympathies.</description>
		<content:encoded><![CDATA[<p>I think we need to immediately investigate the chimney for possible German sympathies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Vance</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590302</link>
		<dc:creator>John Vance</dc:creator>
		<pubDate>Fri, 23 Nov 2012 19:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590302</guid>
		<description>I only know this because of Cryptonomicon.</description>
		<content:encoded><![CDATA[<p>I only know this because of Cryptonomicon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theophrastvs</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590268</link>
		<dc:creator>theophrastvs</dc:creator>
		<pubDate>Fri, 23 Nov 2012 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590268</guid>
		<description>a lot of those were published weren&#039;t specifically meant for secrecy purposes, but rather to reduce cost per words on telegrams (SXZDQ == &quot;sell all stock holdings of&quot;...)  i always assumed it was mostly for that purely economic notion that Claude Shannon founded information theory (largely unrelated to him being a great expert on cryptology and juggling)</description>
		<content:encoded><![CDATA[<p>a lot of those were published weren&#8217;t specifically meant for secrecy purposes, but rather to reduce cost per words on telegrams (SXZDQ == &#8220;sell all stock holdings of&#8221;&#8230;)  i always assumed it was mostly for that purely economic notion that Claude Shannon founded information theory (largely unrelated to him being a great expert on cryptology and juggling)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oasisob1</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590258</link>
		<dc:creator>oasisob1</dc:creator>
		<pubDate>Fri, 23 Nov 2012 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590258</guid>
		<description>When I was in England I found a codebook in a secondhand bookstore in N. Yorkshire. Five-letter codes were assigned to words. It was a huge book, and not terribly overpriced, but it was just a bit out of my reach at that time. If only...</description>
		<content:encoded><![CDATA[<p>When I was in England I found a codebook in a secondhand bookstore in N. Yorkshire. Five-letter codes were assigned to words. It was a huge book, and not terribly overpriced, but it was just a bit out of my reach at that time. If only&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theophrastvs</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590249</link>
		<dc:creator>theophrastvs</dc:creator>
		<pubDate>Fri, 23 Nov 2012 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590249</guid>
		<description>ah &lt;b&gt;the Uriah message&lt;/b&gt;.  (cuz y&#039;see king david wanted to do bathsheba without her husband, uriah the hittite, hanging about. so he sent uriah to the war-front with a message to hand to ol&#039; general joab presumably written in some (semitic) language the hittite... well it&#039;s an old story)</description>
		<content:encoded><![CDATA[<p>ah <b>the Uriah message</b>.  (cuz y&#8217;see king david wanted to do bathsheba without her husband, uriah the hittite, hanging about. so he sent uriah to the war-front with a message to hand to ol&#8217; general joab presumably written in some (semitic) language the hittite&#8230; well it&#8217;s an old story)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lenethen</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590210</link>
		<dc:creator>Ryan Lenethen</dc:creator>
		<pubDate>Fri, 23 Nov 2012 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590210</guid>
		<description>&quot;This pigeon is a traitor, kill him immediately!&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;This pigeon is a traitor, kill him immediately!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Turnbull</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590194</link>
		<dc:creator>Paul Turnbull</dc:creator>
		<pubDate>Fri, 23 Nov 2012 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590194</guid>
		<description>The strength of using what are in essence, few-time pads. If you don&#039;t have the pad, there&#039;s little that can be used to decrypt it.</description>
		<content:encoded><![CDATA[<p>The strength of using what are in essence, few-time pads. If you don&#8217;t have the pad, there&#8217;s little that can be used to decrypt it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorpho</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590193</link>
		<dc:creator>Jorpho</dc:creator>
		<pubDate>Fri, 23 Nov 2012 16:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590193</guid>
		<description>I think the key phrase missing from the story is &quot;one-time pad&quot;, which is indeed effectively impossible to crack, &quot;if used correctly&quot;.
http://en.wikipedia.org/wiki/One-time_pad</description>
		<content:encoded><![CDATA[<p>I think the key phrase missing from the story is &#8220;one-time pad&#8221;, which is indeed effectively impossible to crack, &#8220;if used correctly&#8221;.<br />
<a href="http://en.wikipedia.org/wiki/One-time_pad" rel="nofollow">http://en.wikipedia.org/wiki/One-time_pad</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: welcomeabored</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590188</link>
		<dc:creator>welcomeabored</dc:creator>
		<pubDate>Fri, 23 Nov 2012 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590188</guid>
		<description>Were there no false codes -- complete gibberish that intentionally or unintentionally sucked up hundreds of man hours trying to decipher the code?  I&#039;m assuming every known code has been tried.  

&#039;When you eliminate the impossible, whatever remains, however improbable, must be the truth.&#039; - Holmes</description>
		<content:encoded><![CDATA[<p>Were there no false codes &#8212; complete gibberish that intentionally or unintentionally sucked up hundreds of man hours trying to decipher the code?  I&#8217;m assuming every known code has been tried.  </p>
<p>&#8216;When you eliminate the impossible, whatever remains, however improbable, must be the truth.&#8217; &#8211; Holmes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dragonfrog</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590177</link>
		<dc:creator>dragonfrog</dc:creator>
		<pubDate>Fri, 23 Nov 2012 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590177</guid>
		<description>Help, I&#039;m stuck in a fireplace. </description>
		<content:encoded><![CDATA[<p>Help, I&#8217;m stuck in a fireplace. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Beschizza</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590165</link>
		<dc:creator>Rob Beschizza</dc:creator>
		<pubDate>Fri, 23 Nov 2012 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590165</guid>
		<description>Yes.</description>
		<content:encoded><![CDATA[<p>Yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheMudshark</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590156</link>
		<dc:creator>TheMudshark</dc:creator>
		<pubDate>Fri, 23 Nov 2012 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590156</guid>
		<description>Have you been googling about pigeons, Rob?</description>
		<content:encoded><![CDATA[<p>Have you been googling about pigeons, Rob?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funk Daddy</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590152</link>
		<dc:creator>Funk Daddy</dc:creator>
		<pubDate>Fri, 23 Nov 2012 15:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590152</guid>
		<description>Milk, bread, butter, biscuits, shaving cream, marmalade (orange), 

http://news.bbcimg.co.uk/media/images/64326000/jpg/_64326639_masons_pigeon_code_07.jpg</description>
		<content:encoded><![CDATA[<p>Milk, bread, butter, biscuits, shaving cream, marmalade (orange), </p>
<p><a href="http://news.bbcimg.co.uk/media/images/64326000/jpg/_64326639_masons_pigeon_code_07.jpg" rel="nofollow">http://news.bbcimg.co.uk/media/images/64326000/jpg/_64326639_masons_pigeon_code_07.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Usher</title>
		<link>http://boingboing.net/2012/11/23/70-year-old-wartime-cipher-unc.html#comment-1590148</link>
		<dc:creator>Shaun Usher</dc:creator>
		<pubDate>Fri, 23 Nov 2012 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=195825#comment-1590148</guid>
		<description>There&#039;s an image of the code in question over at the BBC website: 

http://www.bbc.co.uk/news/uk-20456782</description>
		<content:encoded><![CDATA[<p>There&#8217;s an image of the code in question over at the BBC website: </p>
<p><a href="http://www.bbc.co.uk/news/uk-20456782" rel="nofollow">http://www.bbc.co.uk/news/uk-20456782</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
