<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Puzzle master wanted!</title>
	<link>http://ask.metafilter.com/46657/Puzzle-master-wanted/</link>
	<description>Comments on Ask MetaFilter post Puzzle master wanted!</description>
	<pubDate>Sat, 16 Sep 2006 16:22:23 -0800</pubDate>
	<lastBuildDate>Sat, 16 Sep 2006 16:22:23 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Puzzle master wanted!</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted</link>	
		<description>Can someone direct me on the right path to break this code? &lt;br /&gt;&lt;br /&gt; As a fun challange, I&apos;ve been trying to decode a message that someone gave me.  The message was created with some sort of dingbat font, and there are no word breaks.  There are a total of 198 characters, made up of 38 unique symbols.&lt;br&gt;
&lt;br&gt;
I&apos;ve converted the symbols into A-Z plus 0-9 plus @ and $, and have looked at the frequency of each character.  However, nothing really jumps out (1 character appears 14 times, 2 appear 13 times, 1 at 10 times, 3 at 9, and so forth on down).&lt;br&gt;
&lt;br&gt;
Any advice on what to do next to crack this thing?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.46657</guid>
		<pubDate>Sat, 16 Sep 2006 16:20:10 -0800</pubDate>
		<dc:creator>neurodoc</dc:creator>
		
			<category>cryptography</category>
		
			<category>codes</category>
		
			<category>decode</category>
		
	</item> <item>
		<title>By: effugas</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711132</link>	
		<description>Take a look at what&apos;s neighboring what.  Bigram and trigram distributions can be mighty helpful.&lt;br&gt;
&lt;br&gt;
Look for THE.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711132</guid>
		<pubDate>Sat, 16 Sep 2006 16:22:23 -0800</pubDate>
		<dc:creator>effugas</dc:creator>
	</item><item>
		<title>By: LeisureGuy</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711141</link>	
		<description>Read this very interesting novel: PopCo, by Scarlett Thomas. Enjoyable, and she talks a lot about cryptanalysis.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711141</guid>
		<pubDate>Sat, 16 Sep 2006 16:42:00 -0800</pubDate>
		<dc:creator>LeisureGuy</dc:creator>
	</item><item>
		<title>By: Leon</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711148</link>	
		<description>Possibly stupid thought, but if it&apos;s in a dingbat font, then maybe it&apos;s just plaintext. Find the original font.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711148</guid>
		<pubDate>Sat, 16 Sep 2006 16:45:47 -0800</pubDate>
		<dc:creator>Leon</dc:creator>
	</item><item>
		<title>By: scottreynen</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711165</link>	
		<description>How about posting the whole thing here?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711165</guid>
		<pubDate>Sat, 16 Sep 2006 17:12:04 -0800</pubDate>
		<dc:creator>scottreynen</dc:creator>
	</item><item>
		<title>By: kindall</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711166</link>	
		<description>Assuming it&apos;s a simple substitution cipher, where one symbol equals the same letter throughout the message, breaking the code is pretty straightforward. 200 characters should be plenty. What you need to know is ETONAIRSH, which is the order of the first 9 most frequent letters used in English, in order of frequency. (Some sources have this ETONAIRSH because N and A are pretty close.)&lt;br&gt;
&lt;br&gt;
Letter frequency means that the character that appears 14 times is probably E and the ones that appear 13 times is probably T and O (though the frequencies are close enough that any of them could be E, T, or O). The one that appears ten times is probably N. Look for two-character sequences that contain two of these three symbols; these are probably the word &quot;TO.&quot; Three-character sequences that contain two are probably the word &quot;THE,&quot; and knowing this gets you the character for H as a bonus. Once you know what your T and O characters are, you can look for two-letter words beginning with O (which are probably &quot;OF&quot; or &quot;ON&quot; and if they don&apos;t end in the character that appears 10 times, they are probably &quot;OF&quot;) and figure out the F. Single character words are either A or I. TH_T is THAT, etc. A longish word that ends in &quot;ON&quot; can usually ends in &quot;ION&quot; and can thus be used to confirm &quot;I&quot; (it will likely be one of the symbols that appears 9 times). Eventually you will start to be able to guess at words, which will let you fill in more of the letters, and at a certain point it will just all fall into place.&lt;br&gt;
&lt;br&gt;
This is pretty basic cryptanalysis and you can probably Google up some good tutorials using that word. Or check the young adult section of your library.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711166</guid>
		<pubDate>Sat, 16 Sep 2006 17:13:36 -0800</pubDate>
		<dc:creator>kindall</dc:creator>
	</item><item>
		<title>By: AndrewStephens</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711179</link>	
		<description>Are you sure its a substitution cipher? Your friend may have used the font as some sort of pictograph based code.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711179</guid>
		<pubDate>Sat, 16 Sep 2006 17:32:26 -0800</pubDate>
		<dc:creator>AndrewStephens</dc:creator>
	</item><item>
		<title>By: neurodoc</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711187</link>	
		<description>Thanks for the help on this, but I think I wasn&apos;t quite clear enough in my original message.  Some of the challanges I see to the above suggestions:&lt;br&gt;
&lt;br&gt;
1) There are 38 unique characters used in the message.  I think this means that its something more than a simple substitution cipher (which would, of course, have only 26 characters in it).&lt;br&gt;
&lt;br&gt;
2) There are no spaces in the message.  All characters run together, so it&apos;s impossible to tell a one-letter from a two-letter from a twelve-letter word.&lt;br&gt;
&lt;br&gt;
I have managed to figure out the font that was used.  It&apos;s called &quot;Type Embellishments Pi One&quot;, and I found a site that lets me type samples of the font.  I&apos;m hoping that at least the symbols that correspond to the keyboard letters A-Z might actually be a substitution for A-Z, but of coure I really have no idea.&lt;br&gt;
&lt;br&gt;
I&apos;d rather not post the encoded message, as I have no idea what the decoded version might say!&lt;br&gt;
&lt;br&gt;
Keep the help coming!!!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711187</guid>
		<pubDate>Sat, 16 Sep 2006 17:48:14 -0800</pubDate>
		<dc:creator>neurodoc</dc:creator>
	</item><item>
		<title>By: Mitheral</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711195</link>	
		<description>38 unique symbols in 198 characters?  You&apos;ve either got a specially contructed sentance (IE: The quick brown fox jumped over the lazy dog! 1234567890.) or something besides a simple substitution cypher.  Possibly they are using a series of symbols for space or multiple symbols for some characters or symbols for character pairs (eg: # = ch, * = ee).&lt;br&gt;
&lt;br&gt;
It&apos;s quite possible if you have no idea of the plaintext or subject that this string isn&apos;t decypherable. Something like &lt;a href=&quot;http://en.wikipedia.org/wiki/ENIGMA&quot;&gt;ENIGMA&lt;/a&gt; would be impossible to finesse with such a short cypher text, a brute force approach would be needed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711195</guid>
		<pubDate>Sat, 16 Sep 2006 17:52:14 -0800</pubDate>
		<dc:creator>Mitheral</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711218</link>	
		<description>Most dingbat fonts have different symbols for upper case and lower case characters, as well as, potentially, symbols for typographic marks including periods and spaces.  so 38 unique characters doesn&apos;t necessarily mean that it&apos;s not a simple substitution cypher.  You just need to take account of the possibility that there may be (1) multiple symbols for the same character depending on case, and (2) symbols for typographic marks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711218</guid>
		<pubDate>Sat, 16 Sep 2006 18:32:24 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711264</link>	
		<description>&lt;strong&gt;&lt;em&gt;&amp;gt;I have managed to figure out the font that was used. It&apos;s called &quot;Type Embellishments Pi One&quot;, and I found a site that lets me type samples of the font. I&apos;m hoping that at least the symbols that correspond to the keyboard letters A-Z might actually be a substitution for A-Z, but of coure I really have no idea.&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
If you&apos;ve got that far, you can translate the dingbat font into normal characters. But, you haven&apos;t done that? I&apos;m confused.&lt;br&gt;
&lt;br&gt;
Doing that would resolve the &quot;38 characters&quot; problem right off, by determining if Dingbat X is just uppercase Dingbat Y.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711264</guid>
		<pubDate>Sat, 16 Sep 2006 19:48:13 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: neurodoc</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#711297</link>	
		<description>Sorry for the confusion...I only figured out the font today, after posting my original question.  I&apos;m now trying to solve it under the assumption that upper and lower case letters were used.&lt;br&gt;
&lt;br&gt;
Hopefully, I&apos;ll have this figured out by Monday!  Thanks again for all the help.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46657-711297</guid>
		<pubDate>Sat, 16 Sep 2006 21:04:53 -0800</pubDate>
		<dc:creator>neurodoc</dc:creator>
	</item><item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/46657/Puzzle-master-wanted#842847</link>	
		<description>Goodness, don&apos;t keep us in suspense. Did you figure it out?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.46657-842847</guid>
		<pubDate>Mon, 29 Jan 2007 17:21:38 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item>
	</channel>
</rss>
