<?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: How to create a cryptogram in python (random substitution cipher)</title>
	<atom:link href="http://www.stealthcopter.com/blog/2010/04/how-to-create-a-cryptogram-in-python-random-substitution-cipher/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2010/04/how-to-create-a-cryptogram-in-python-random-substitution-cipher/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael Tobis</title>
		<link>http://www.stealthcopter.com/blog/2010/04/how-to-create-a-cryptogram-in-python-random-substitution-cipher/comment-page-1/#comment-1301</link>
		<dc:creator>Michael Tobis</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=859#comment-1301</guid>
		<description>http://code.activestate.com/recipes/577205-cryptogram/</description>
		<content:encoded><![CDATA[<p><a href="http://code.activestate.com/recipes/577205-cryptogram/" rel="nofollow">http://code.activestate.com/recipes/577205-cryptogram/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2010/04/how-to-create-a-cryptogram-in-python-random-substitution-cipher/comment-page-1/#comment-1299</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Tue, 20 Apr 2010 22:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=859#comment-1299</guid>
		<description>Ah yes, I was thinking there would be a better way than splicing arrays and I didn&#039;t know about the ascii stuff, Thanks Michael!</description>
		<content:encoded><![CDATA[<p>Ah yes, I was thinking there would be a better way than splicing arrays and I didn&#8217;t know about the ascii stuff, Thanks Michael!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tobis</title>
		<link>http://www.stealthcopter.com/blog/2010/04/how-to-create-a-cryptogram-in-python-random-substitution-cipher/comment-page-1/#comment-1296</link>
		<dc:creator>Michael Tobis</dc:creator>
		<pubDate>Tue, 20 Apr 2010 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=859#comment-1296</guid>
		<description>For lines 11 - 16:

from random import shuffle
cypher = list(alphabet)
cypher.shuffle
cypherbet = &quot;&quot;.join(cypher)

also for line 8:

from string import ascii_lowercase as alphabet</description>
		<content:encoded><![CDATA[<p>For lines 11 &#8211; 16:</p>
<p>from random import shuffle<br />
cypher = list(alphabet)<br />
cypher.shuffle<br />
cypherbet = &#8220;&#8221;.join(cypher)</p>
<p>also for line 8:</p>
<p>from string import ascii_lowercase as alphabet</p>
]]></content:encoded>
	</item>
</channel>
</rss>

