<?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>The Simple TechBlog &#187; Hardware</title>
	<atom:link href="http://simpletechblog.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://simpletechblog.com</link>
	<description>Tech Made Simple</description>
	<lastBuildDate>Fri, 22 Feb 2008 08:38:01 +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>Quick Security Tip: PayPal Security Key</title>
		<link>http://simpletechblog.com/2007/08/08/quick-security-tip-paypal-security-key/</link>
		<comments>http://simpletechblog.com/2007/08/08/quick-security-tip-paypal-security-key/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 22:52:30 +0000</pubDate>
		<dc:creator>Christopher Sisk</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://simpletechblog.com/2007/08/08/quick-security-tip-paypal-security-key/</guid>
		<description><![CDATA[PayPal, teaming up with VeriSign, has recently released a new hardware SecurID device to help increase the security available to their users. The PayPal Security Key is a small dongle-like device that generates an algorithmic 6-digit password token every 30 seconds. Once activated, independently for each account, the current token must be entered when logging [...]]]></description>
			<content:encoded><![CDATA[<p><img class='right' src='http://simpletechblog.com/wp-content/uploads/2007/08/paypalsecutiykeytg7.jpg' alt='PayPal Security Key' /><a href="https://www.paypal.com">PayPal</a>, teaming up with <a href="http://www.verisign.com/">VeriSign</a>, has recently released a new hardware SecurID device to help increase the security available to their users. The <a href="https://www.paypal.com/securitykey" title="">PayPal Security Key</a> is a small dongle-like device that generates an algorithmic 6-digit password token every 30 seconds. Once activated, independently for each account, the current token must be entered when logging into your PayPal or eBay account. This means even if someone gets a hold of your username and password, they still won&#8217;t be able to log in to your account without the 6-digit token. </p>
<p>Since the security key is activated independently for each account, the same device could eventually be used for other VeriSign-owned companies and websites as well. </p>
<p>Leo Laporte and Steve Gibson interviewed Director of Account Protections at PayPal, Michael Vergara in episode <a href="http://www.twit.tv/sn103" title="">103</a> of their weekly podcast, <a href="http://www.twit.tv/SN" title="">Security Now</a> for an in depth look at how the security key works to keep your account safe. </p>
<p><img src='http://simpletechblog.com/wp-content/uploads/2007/08/key-use.JPG' alt='Using the Security Key' /></p>
<p>If you use your PayPal or eBay account regularly or are concerned with the security of either of those services, the Security Key is highly recommended. The <a href="https://www.paypal.com/securitykey" title="">PayPal Security Key</a> is available for an introductory price of $5. </p>
]]></content:encoded>
			<wfw:commentRss>http://simpletechblog.com/2007/08/08/quick-security-tip-paypal-security-key/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sunday Security Tip &#8211; Use A NAT Router</title>
		<link>http://simpletechblog.com/2007/04/22/sunday-security-tip-use-a-nat-router/</link>
		<comments>http://simpletechblog.com/2007/04/22/sunday-security-tip-use-a-nat-router/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 23:00:35 +0000</pubDate>
		<dc:creator>Christopher Sisk</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://simpletechblog.com/2007/04/22/sunday-security-tip-use-a-nat-router/</guid>
		<description><![CDATA[The internet is full of background noise. Worms, viruses, malicious code, and unsolicited junk are all floating around out there, looking for computers that will let them in, and they&#8217;ll never go away. When you plug your computer directly into the internet, you&#8217;re opening the door to all that background junk. For broadband internet users, [...]]]></description>
			<content:encoded><![CDATA[<p><img class='right' src='http://simpletechblog.com/wp-content/uploads/2007/04/gremlins.jpg' alt='Gremlins' />The internet is full of background noise. Worms, viruses, malicious code, and unsolicited junk are all floating around out there, looking for computers that will let them in, and they&#8217;ll never go away. When you plug your computer directly into the internet, you&#8217;re opening the door to all that background junk. </p>
<p>For broadband internet users, a basic NAT router is one of the best first lines of defense you can have in the battle to keep your computer secure. Even if you only have one computer in your home, I still, highly recommend purchasing a simple 4-port NAT router. </p>
<p>NAT routers create a LAN (Local Area Network) of multiple computers all sharing the same Public (External) IP address. The router provides each computer in the LAN with an Private (Internal) IP address that it uses to identify one computer from the next.</p>
<p><img src='http://simpletechblog.com/wp-content/uploads/2007/04/lan-network.jpg' alt='LAN network setup' /></p>
<p>Every time you request something on the internet, like a web page, the NAT router makes a note of what it was and who requested it. So when that data comes back, the router knows who to send it to. When the router receives data that it can&#8217;t match to a request from its LAN, it simply discards it. NAT routers inherently provide firewall protection because they don&#8217;t let any data into the LAN that hasn&#8217;t specifically been asked for by one of the network&#8217;s computers. So all the unsolicited junk, spam, worms, viruses and other background noise gets thwarted at the router before it even reaches your computer.</p>
<p>For more in depth information on NAT Routers and how they keep you safe, I recommend listening to <a href="http://www.grc.com/securitynow.htm#3">Security Now! episode #3 (NAT routers)</a>. </p>
<p>For Dial-Up users, a software firewall is still one of the best options. I recommend <a href="http://www.kerio.com/">Kerio Personal Firewall</a> as an excellent (and free) software firewall.</p>
]]></content:encoded>
			<wfw:commentRss>http://simpletechblog.com/2007/04/22/sunday-security-tip-use-a-nat-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.197 seconds -->
