<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Terry Pearson&#039;s Blog &#187; Computer Security</title>
	<atom:link href="http://terry.ipearson.net/category/computer-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://terry.ipearson.net</link>
	<description></description>
	<lastBuildDate>Sun, 20 Jun 2010 05:52:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="advanced" -->
	<itunes:summary>Learn about the reasons why we, as conservatives, support the positions we take. </itunes:summary>
	<itunes:author>Terry Pearson</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://terry.ipearson.net/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:owner>
		<itunes:name>Terry Pearson</itunes:name>
		<itunes:email>terrypearson@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>terrypearson@gmail.com (Terry Pearson)</managingEditor>
	<copyright>2010 Terry Pearson</copyright>
	<itunes:subtitle>Terry Pearson&#039;s Face of Freedom Podcast</itunes:subtitle>
	<itunes:keywords>politics, minnesota, conservative, republican</itunes:keywords>
	<image>
		<title>Terry Pearson&#039;s Blog &#187; Computer Security</title>
		<url>http://terry.ipearson.net/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://terry.ipearson.net/category/computer-security/</link>
	</image>
	<itunes:category text="News &amp; Politics" />
		<item>
		<title>Free Java Open Source Software Bug Testing.</title>
		<link>http://terry.ipearson.net/2006/12/13/free-java-open-source-software-bug-testing/</link>
		<comments>http://terry.ipearson.net/2006/12/13/free-java-open-source-software-bug-testing/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 22:49:16 +0000</pubDate>
		<dc:creator>Terry</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.terrypearson.com/?p=168</guid>
		<description><![CDATA[Programs inevitably have bugs. No matter how thorough a person is in their coding, there will almost always be some bugs in the code. Besides running through known possible errors, you can also use software to test your code. A lot of times, the testing software can be expensive. For open source developers, expensive testing [...]]]></description>
		<wfw:commentRss>http://terry.ipearson.net/2006/12/13/free-java-open-source-software-bug-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAPTCHA!</title>
		<link>http://terry.ipearson.net/2006/10/31/captcha/</link>
		<comments>http://terry.ipearson.net/2006/10/31/captcha/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 05:17:49 +0000</pubDate>
		<dc:creator>Terry</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.terrypearson.com/?p=123</guid>
		<description><![CDATA[I am sure that you have gone to websites that require you to &#8220;type the letters that you see in the picture.&#8221; This is often done before you apply for an account on a website. This technique of showing you letters in a picture and expecting the user to tell the computer what the letters [...]]]></description>
		<wfw:commentRss>http://terry.ipearson.net/2006/10/31/captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwords are only secure as where you keep them.</title>
		<link>http://terry.ipearson.net/2006/10/18/passwords-are-only-secure-as-where-you-keep-them/</link>
		<comments>http://terry.ipearson.net/2006/10/18/passwords-are-only-secure-as-where-you-keep-them/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 04:52:14 +0000</pubDate>
		<dc:creator>Terry</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.terrypearson.com/?p=111</guid>
		<description><![CDATA[A Fox News Story came out today saying that one in three individuals writes down their passwords. At first glance, this shows responsibility, and carefulness. But, a closer analysis will reveal something completely different. Though people have good intentions, writing down passwords is a very bad idea. If you write down your password, someone can [...]]]></description>
		<wfw:commentRss>http://terry.ipearson.net/2006/10/18/passwords-are-only-secure-as-where-you-keep-them/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How do I use an MD5 checksum?</title>
		<link>http://terry.ipearson.net/2006/09/24/how-do-i-use-an-md5-checksum/</link>
		<comments>http://terry.ipearson.net/2006/09/24/how-do-i-use-an-md5-checksum/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 04:46:25 +0000</pubDate>
		<dc:creator>Terry</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.terrypearson.com/?p=86</guid>
		<description><![CDATA[If you followed the links on my last post, one of them would have taken you to the Torpark web browser download page. When downloading Torpark, you are given an md5 checksum number. I am sure that a lot of people do not use checksums, and really do not understand their importance. Checksums are used [...]]]></description>
		<wfw:commentRss>http://terry.ipearson.net/2006/09/24/how-do-i-use-an-md5-checksum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just in case &#8220;They&#8221; are watching you.</title>
		<link>http://terry.ipearson.net/2006/09/23/just-in-case-they-are-watching-you/</link>
		<comments>http://terry.ipearson.net/2006/09/23/just-in-case-they-are-watching-you/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 04:16:53 +0000</pubDate>
		<dc:creator>Terry</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.terrypearson.com/?p=85</guid>
		<description><![CDATA[Ever feel like you are being watched? Well now the folks at Hacktivismo have created a web browser that makes your surfing much more anonymous. Hezron at smartbro.blogspot.com has more details on this great new product. They explain a brief overview of the product that is easy to understand. It uses an encrypted connection to [...]]]></description>
		<wfw:commentRss>http://terry.ipearson.net/2006/09/23/just-in-case-they-are-watching-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  terry.ipearson.net/category/computer-security/feed/ ) in 0.65224 seconds, on Jul 31st, 2010 at 7:55 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jul 31st, 2010 at 8:55 am UTC -->