<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Algorithm Blogs &#187; Cryptography</title>
	<atom:link href="http://www.algorithm.co.il/blogs/index.php/category/computer-science/cryptography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Thu, 22 Apr 2010 21:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using zpint in Cryptography Homework</title>
		<link>http://www.algorithm.co.il/blogs/index.php/programming/python/using-zpint-in-cryptography-homework/</link>
		<comments>http://www.algorithm.co.il/blogs/index.php/programming/python/using-zpint-in-cryptography-homework/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 14:41:21 +0000</pubDate>
		<dc:creator>lorg</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[homework]]></category>
		<category><![CDATA[zp]]></category>

		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/index.php/programming/python/using-zpint-in-cryptography-homework/</guid>
		<description><![CDATA[Originally, I wrote zpint to help me with my algebric structures homework. For those not familiar with it, it allows you to do computations modulo p the same way you do for ints. Not surprisingly, I found myself using it in my cryptography homework as well. At first I used it for trying to breaking [...]]]></description>
			<content:encoded><![CDATA[<p>Originally, I wrote <a href="http://www.algorithm.co.il/blogs/index.php/projects/zpint/">zpint</a> to <a href="http://www.algorithm.co.il/blogs/index.php/programming/python/computation-over-zp-in-python/">help me with my algebric structures homework</a>. For those not familiar with it, it allows you to do computations modulo p the same way you do for ints. Not surprisingly, I found myself using it in my cryptography homework as well. At first I used it for trying to breaking the <a href="http://en.wikipedia.org/wiki/Hill_cipher">Hill Cipher</a>. Then for some computations such as using the Chinese Remainder Theorem to solve equations, or to compute RSA values. Last it was for checking if algorithms I wrote were correct.</p>
<p>Usually I prefer to write a script than do all the computations by hand, even if writing the script is more work. Mostly because it is work I enjoy more. This time I had a script ready. I improved it a little bit during the semester, and it is still available. It is certainly not the fastest way to compute, but it is a fast way of <strong>doing computations</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.algorithm.co.il/blogs/index.php/programming/python/using-zpint-in-cryptography-homework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
