<?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: AES Explained</title>
	<atom:link href="http://x-n2o.com/aes-explained/feed" rel="self" type="application/rss+xml" />
	<link>http://x-n2o.com/aes-explained</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 14:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kewal</title>
		<link>http://x-n2o.com/aes-explained#comment-1837</link>
		<dc:creator>Kewal</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-1837</guid>
		<description>Thank&#039;s a lot.. :)</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s a lot.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advanced Encryption Standard From Wikipedia, the free encyclopedia &#124; WorldWright&#039;s &#8230;</title>
		<link>http://x-n2o.com/aes-explained#comment-1490</link>
		<dc:creator>Advanced Encryption Standard From Wikipedia, the free encyclopedia &#124; WorldWright&#039;s &#8230;</dc:creator>
		<pubDate>Sat, 15 Oct 2011 15:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-1490</guid>
		<description>[...] An in-depth description of the Advanced Encryption Standard and the maths behind it. C implementatio... [...]</description>
		<content:encoded><![CDATA[<p>[...] An in-depth description of the Advanced Encryption Standard and the maths behind it. C implementatio&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X-N2O</title>
		<link>http://x-n2o.com/aes-explained#comment-20</link>
		<dc:creator>X-N2O</dc:creator>
		<pubDate>Tue, 29 Mar 2011 21:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-20</guid>
		<description>It does not use any blocking mode, since I only needed to test it with one block (in main.c). Both ECB and CBC however are fairly simple to implement.</description>
		<content:encoded><![CDATA[<p>It does not use any blocking mode, since I only needed to test it with one block (in main.c). Both ECB and CBC however are fairly simple to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kera</title>
		<link>http://x-n2o.com/aes-explained#comment-19</link>
		<dc:creator>kera</dc:creator>
		<pubDate>Fri, 25 Mar 2011 13:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-19</guid>
		<description>what is the mode of your code please?CBC or ECB</description>
		<content:encoded><![CDATA[<p>what is the mode of your code please?CBC or ECB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hesam</title>
		<link>http://x-n2o.com/aes-explained#comment-18</link>
		<dc:creator>Hesam</dc:creator>
		<pubDate>Sat, 26 Feb 2011 13:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-18</guid>
		<description>thank you :)</description>
		<content:encoded><![CDATA[<p>thank you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoresvit</title>
		<link>http://x-n2o.com/aes-explained#comment-17</link>
		<dc:creator>Zoresvit</dc:creator>
		<pubDate>Thu, 10 Feb 2011 23:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-17</guid>
		<description>Thanks a lot — it&#039;s the easiest to understand implementation I&#039;ve seen (Except the trick with the key array :) Very useful for educational purposes.</description>
		<content:encoded><![CDATA[<p>Thanks a lot — it&#8217;s the easiest to understand implementation I&#8217;ve seen (Except the trick with the key array :) Very useful for educational purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X-N2O</title>
		<link>http://x-n2o.com/aes-explained#comment-16</link>
		<dc:creator>X-N2O</dc:creator>
		<pubDate>Wed, 19 Jan 2011 19:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-16</guid>
		<description>Updated. Thanks for letting me know.</description>
		<content:encoded><![CDATA[<p>Updated. Thanks for letting me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://x-n2o.com/aes-explained#comment-15</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 18 Jan 2011 22:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-15</guid>
		<description>The link is dead</description>
		<content:encoded><![CDATA[<p>The link is dead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janna</title>
		<link>http://x-n2o.com/aes-explained#comment-14</link>
		<dc:creator>Janna</dc:creator>
		<pubDate>Sun, 12 Sep 2010 22:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-14</guid>
		<description>Excellent job. Thanx a lot.</description>
		<content:encoded><![CDATA[<p>Excellent job. Thanx a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CPUs Notebooks mit AES-NI - AES-Hardwarebeschleunigung für TrueCrypt-Verschlüsselung ... ScareWare.de</title>
		<link>http://x-n2o.com/aes-explained#comment-13</link>
		<dc:creator>CPUs Notebooks mit AES-NI - AES-Hardwarebeschleunigung für TrueCrypt-Verschlüsselung ... ScareWare.de</dc:creator>
		<pubDate>Fri, 27 Aug 2010 09:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.x-n2o.com/?p=165#comment-13</guid>
		<description>[...] AES erklärt, mit C-Schnipseln [...] </description>
		<content:encoded><![CDATA[<p>[...] AES erklärt, mit C-Schnipseln [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

