<?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: Thing-a-day, Day 18: (incomplete) Subsititution Cypher Solver</title>
	<atom:link href="http://www.cibomahto.com/2008/02/thing-a-day-day-18-incomplete-subsititution-cypher-solver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cibomahto.com/2008/02/thing-a-day-day-18-incomplete-subsititution-cypher-solver/</link>
	<description>building making designing dreaming</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mahto</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-18-incomplete-subsititution-cypher-solver/comment-page-1/#comment-1910</link>
		<dc:creator>mahto</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=157#comment-1910</guid>
		<description>Cool, thanks for the advice.  Somehow I totally misjudged the amount of time this would take, then lost it.  I saw someone doing a spell checker that read in a bunch of English source materials to build a probability table for words, so something like that might work for letter pairs as well.  I&#039;ll have to give that a try!</description>
		<content:encoded><![CDATA[<p>Cool, thanks for the advice.  Somehow I totally misjudged the amount of time this would take, then lost it.  I saw someone doing a spell checker that read in a bunch of English source materials to build a probability table for words, so something like that might work for letter pairs as well.  I&#8217;ll have to give that a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hagler</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-18-incomplete-subsititution-cypher-solver/comment-page-1/#comment-1865</link>
		<dc:creator>David Hagler</dc:creator>
		<pubDate>Thu, 21 Feb 2008 06:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=157#comment-1865</guid>
		<description>Hey, another idea for you for this particular exercise - I once attempted to do the same, but instead of pure letter frequency I built a table of 26x26 for letter pair frequency similar to some of the standard random name generators (not the phenome type), sort your pair frequencies and use that - pair frequency should allow you to decipher quite a few, especially if you shove in the replacement characters and use your mind to finish the message, Also, its really oddly hard to find a list of just dictionary words some times, so if you haven&#039;t found a good one already most linux systems come with a spellcheck library aspell - http://aspell.net/  thats where I got my word list..  it was wierd for me the first time finding just a plain dictionrary file. P.S. Happy hunting!!</description>
		<content:encoded><![CDATA[<p>Hey, another idea for you for this particular exercise &#8211; I once attempted to do the same, but instead of pure letter frequency I built a table of 26&#215;26 for letter pair frequency similar to some of the standard random name generators (not the phenome type), sort your pair frequencies and use that &#8211; pair frequency should allow you to decipher quite a few, especially if you shove in the replacement characters and use your mind to finish the message, Also, its really oddly hard to find a list of just dictionary words some times, so if you haven&#8217;t found a good one already most linux systems come with a spellcheck library aspell &#8211; <a href="http://aspell.net/" rel="nofollow">http://aspell.net/</a>  thats where I got my word list..  it was wierd for me the first time finding just a plain dictionrary file. P.S. Happy hunting!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
