<?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>Commondork &#187; Programming</title>
	<atom:link href="http://www.commondork.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commondork.com</link>
	<description>A personal foray into information and network security.</description>
	<lastBuildDate>Sat, 06 Nov 2010 20:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PHP Profile Registration Script</title>
		<link>http://www.commondork.com/2010/07/12/php-profile-registration-script/</link>
		<comments>http://www.commondork.com/2010/07/12/php-profile-registration-script/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:46:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[P]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.commondork.com/?p=756</guid>
		<description><![CDATA[I tried my hand at coding a PHP registration script that a user would be able to use to register a profile for a site.  My goal was to write a script that enforced a strict registration policy, focusing on enforcing a secure password and reducing the possibility of a fake email address.]]></description>
		<wfw:commentRss>http://www.commondork.com/2010/07/12/php-profile-registration-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong ELFCLASS?!?</title>
		<link>http://www.commondork.com/2009/09/11/wrong-elfclass/</link>
		<comments>http://www.commondork.com/2009/09/11/wrong-elfclass/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:14:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[E]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[-m32]]></category>
		<category><![CDATA[-m64]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[ELFCLASS32]]></category>
		<category><![CDATA[ELFCLASS64]]></category>
		<category><![CDATA[G]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[linker]]></category>

		<guid isPermaLink="false">http://www.commondork.com/?p=514</guid>
		<description><![CDATA[In my programming class this semester which deals with ADTs and algorithms we had to implement our own ADT to handle strings. Normally I will work on my programming assignments in the campus computer lab to avoid any possible issues involving different architectures, versions, libraries, etc. than what I may have at home. (Yes, I [...]]]></description>
		<wfw:commentRss>http://www.commondork.com/2009/09/11/wrong-elfclass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Cryptanalysis</title>
		<link>http://www.commondork.com/2008/09/15/basic-cryptanalysis/</link>
		<comments>http://www.commondork.com/2008/09/15/basic-cryptanalysis/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 01:42:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[character count]]></category>
		<category><![CDATA[cryptanalysis]]></category>
		<category><![CDATA[letter frequency]]></category>
		<category><![CDATA[substitution cipher]]></category>

		<guid isPermaLink="false">http://www.commondork.com/?p=153</guid>
		<description><![CDATA[My example is very basic and is intended more as an interesting method to begin the complicated and often impossible task of deciphering encrypted messages/codes. The following C++ program accepts character input from the keyboard or via file redirection. It will count each character instance and report the amount of times each character was used. [...]]]></description>
		<wfw:commentRss>http://www.commondork.com/2008/09/15/basic-cryptanalysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

