<?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>X-N2O &#187; Cryptography</title>
	<atom:link href="http://www.x-n2o.com/category/cryptography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x-n2o.com</link>
	<description>Code your own reality</description>
	<lastBuildDate>Tue, 24 Aug 2010 16:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clever tricks against antiviruses</title>
		<link>http://www.x-n2o.com/clever-tricks-against-antiviruses/</link>
		<comments>http://www.x-n2o.com/clever-tricks-against-antiviruses/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:57:14 +0000</pubDate>
		<dc:creator>X-N2O</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[x86 ASM]]></category>
		<category><![CDATA[Anti-Virus]]></category>
		<category><![CDATA[Block Cipher]]></category>
		<category><![CDATA[data section encryption]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[dynamic API loading]]></category>
		<category><![CDATA[getprocaddress]]></category>
		<category><![CDATA[loadlibrary]]></category>
		<category><![CDATA[no imports]]></category>
		<category><![CDATA[PE]]></category>

		<guid isPermaLink="false">http://www.x-n2o.com/?p=212</guid>
		<description><![CDATA[I bet you have come across some software you&#8217;ve made which you didn&#8217;t want the AV to pick up. This article explains how to import from DLLs without having to call GetProcAddress, and also how to encrypt your data section. Anti-viruses rely heavily on their heuristics, if all other (signature) scans fail. The patterns they [...]]]></description>
		<wfw:commentRss>http://www.x-n2o.com/clever-tricks-against-antiviruses/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>AES Explained</title>
		<link>http://www.x-n2o.com/aes-explained/</link>
		<comments>http://www.x-n2o.com/aes-explained/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:19:50 +0000</pubDate>
		<dc:creator>X-N2O</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Advanced Encryption Standard]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[Block Cipher]]></category>
		<category><![CDATA[C Implementation]]></category>
		<category><![CDATA[field generator]]></category>
		<category><![CDATA[Finite Field]]></category>
		<category><![CDATA[Galois Field]]></category>
		<category><![CDATA[inverse logarithm]]></category>
		<category><![CDATA[logarithm table]]></category>
		<category><![CDATA[Rijndael]]></category>
		<category><![CDATA[SBOX]]></category>

		<guid isPermaLink="false">http://www.x-n2o.com/?p=165</guid>
		<description><![CDATA[In-Depth explanation on the AES (also known as Rijndael) algorithm, with a C implementation.]]></description>
		<wfw:commentRss>http://www.x-n2o.com/aes-explained/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>xRC4</title>
		<link>http://www.x-n2o.com/xrc4/</link>
		<comments>http://www.x-n2o.com/xrc4/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:51:29 +0000</pubDate>
		<dc:creator>X-N2O</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Ciphertext]]></category>
		<category><![CDATA[Custom S-BOX]]></category>
		<category><![CDATA[RC4 Algorithm]]></category>
		<category><![CDATA[Ronald Rivest]]></category>

		<guid isPermaLink="false">http://www.x-n2o.com/?p=46</guid>
		<description><![CDATA[Hello, This is my second post in this blog. Today I will explain the RC4 algorithm, and will also provide my implementation. RC4 is a stream cipher created by Ronald Rivest in 1987. Quoted from wikipedia: RC4 was initially a trade secret, but in September 1994 a description of it was anonymously posted to the [...]]]></description>
		<wfw:commentRss>http://www.x-n2o.com/xrc4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
