<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>Square Galaxy &#187; Security</title>
	<atom:link href="http://squaregalaxy.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:11:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New type of address encoding</title>
		<link>http://squaregalaxy.com/tech/new-type-of-address-masking/</link>
		<comments>http://squaregalaxy.com/tech/new-type-of-address-masking/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 13:52:30 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2006/security/new-type-of-address-masking/</guid>
		<description><![CDATA[I got this phishing attach in my inbox.  You know, one of those that look like they are from paypal or someone, but they really aren&#8217;t.  They give you links that they ask you to click on, except that the links don&#8217;t go to paypal&#8217;s server, they go to some other site that looks like [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/nbcolympics-gave-away-my-email-address/' rel='bookmark' title='Permanent Link: NBCOlympics gave away my email address'>NBCOlympics gave away my email address</a> <small>Before the 2008 Olympics, I was at NBCOlympics.com looking for...</small></li>
<li><a href='http://squaregalaxy.com/tech/shrink-that-url/' rel='bookmark' title='Permanent Link: Shrink that URL'>Shrink that URL</a> <small>The web is built around addresses to web pages, often...</small></li>
<li><a href='http://squaregalaxy.com/tech/byus-new-website-theme-fosters-identity-theft/' rel='bookmark' title='Permanent Link: BYU&#8217;s new website theme fosters identity theft'>BYU&#8217;s new website theme fosters identity theft</a> <small>On February 15th, BYU will launch a new look and...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I got this phishing attach in my inbox.  You know, one of those that look like they are from paypal or someone, but they really aren&#8217;t.  They give you links that they ask you to click on, except that the links don&#8217;t go to paypal&#8217;s server, they go to some other site that looks like paypal and tricks you into providing your login credentials.  None of this is new.</p>
<p>What is new is how they are providing the address in the link.  They provided the <acronym title="Internet Protocol">IP</acronym> address in hex.  So if I were to represent the address to my server, it would be: http://0xcf.0&#215;2d.0&#215;41.0&#215;24/</p>
<p>I thought this was very interesting, so I tried it in <a href="http://promote.peargrove.com/firefox">Firefox</a> and Opera on my mac, and neither were tricked.  Both browser&#8217;s didn&#8217;t convert the hex to the real <acronym title="Internet Protocol">IP</acronym> address, so it didn&#8217;t work.   But it makes me wonder if there are browsers out there that might be tricked by such <acronym title="Internet Protocol">IP</acronym> address encoding.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/nbcolympics-gave-away-my-email-address/' rel='bookmark' title='Permanent Link: NBCOlympics gave away my email address'>NBCOlympics gave away my email address</a> <small>Before the 2008 Olympics, I was at NBCOlympics.com looking for...</small></li>
<li><a href='http://squaregalaxy.com/tech/shrink-that-url/' rel='bookmark' title='Permanent Link: Shrink that URL'>Shrink that URL</a> <small>The web is built around addresses to web pages, often...</small></li>
<li><a href='http://squaregalaxy.com/tech/byus-new-website-theme-fosters-identity-theft/' rel='bookmark' title='Permanent Link: BYU&#8217;s new website theme fosters identity theft'>BYU&#8217;s new website theme fosters identity theft</a> <small>On February 15th, BYU will launch a new look and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/new-type-of-address-masking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is the logout button obsolete?</title>
		<link>http://squaregalaxy.com/tech/is-the-logout-button-obsolete/</link>
		<comments>http://squaregalaxy.com/tech/is-the-logout-button-obsolete/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 10:18:22 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2006/security/is-the-logout-button-obsolete/</guid>
		<description><![CDATA[I must be a nerd because web site security worries keeps me awake at night.  Tonight I was worried about particular web site designs that might discourage users from logging out and I was curious about how many users were actually logging out.

I checked a couple of systems that I have access to, and [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/adobe-error/' rel='bookmark' title='Permanent Link: Adobe Error'>Adobe Error</a> <small>Today, Adobe announced a new product: Adobe Air. The basic...</small></li>
<li><a href='http://squaregalaxy.com/tech/byu-releases-new-web-site-look/' rel='bookmark' title='Permanent Link: BYU releases new web site look'>BYU releases new web site look</a> <small>Today, BYU released a preview of their new look for...</small></li>
<li><a href='http://squaregalaxy.com/tech/broadband-usage-grows/' rel='bookmark' title='Permanent Link: Broadband usage grows'>Broadband usage grows</a> <small>ldsWebguy recently blogged about the growth of broadband usage. He...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I must be a nerd because web site security worries keeps me awake at night.  Tonight I was worried about particular web site designs that might discourage users from logging out and I was curious about how many users were actually logging out.<br />
<span id="more-722"></span><br />
I checked a couple of systems that I have access to, and the numbers aren&#8217;t good.  I sorted through the web server access logs and counted (using the unix wc program) the number of times that the login script was accessed verses the number of times the logout script was accessed.</p>
<p>The ratio of logins to logouts isn&#8217;t good.  One website I checked only had logout numbers that were 2% of the login numbers.  Another site did better, but the percentage only went up to 20%.    This means that 4 out of 5 users aren&#8217;t logging out through a logout button.</p>
<p>The number of users who logout through clearing their cookies, either manually or through quitting their web browser application, is a much more difficult number to ascertain.   It is also hard to gauge how may users may be the only user with access to a computer and are thus not even interested in logging out.</p>
<p>Websites which integrate the logout button as a critical element of their web site security plan should re-evaluate their plan.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/adobe-error/' rel='bookmark' title='Permanent Link: Adobe Error'>Adobe Error</a> <small>Today, Adobe announced a new product: Adobe Air. The basic...</small></li>
<li><a href='http://squaregalaxy.com/tech/byu-releases-new-web-site-look/' rel='bookmark' title='Permanent Link: BYU releases new web site look'>BYU releases new web site look</a> <small>Today, BYU released a preview of their new look for...</small></li>
<li><a href='http://squaregalaxy.com/tech/broadband-usage-grows/' rel='bookmark' title='Permanent Link: Broadband usage grows'>Broadband usage grows</a> <small>ldsWebguy recently blogged about the growth of broadband usage. He...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/is-the-logout-button-obsolete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GPG For Signing Messages on a Mac</title>
		<link>http://squaregalaxy.com/tech/using-gpg-for-signing-messages-on-a-mac/</link>
		<comments>http://squaregalaxy.com/tech/using-gpg-for-signing-messages-on-a-mac/#comments</comments>
		<pubDate>Thu, 12 May 2005 03:21:18 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/?p=89</guid>
		<description><![CDATA[GPG is a way to digitally sign email messages so that other people can know that they came from you.  It can also be used to encrypt messages. Getting GPG to work is easy if you know the right way to do it, or difficult if you don&#8217;t.  Here are some steps for [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/cleaning-out-the-inbox/' rel='bookmark' title='Permanent Link: Cleaning out the inbox'>Cleaning out the inbox</a> <small>I think we all probably manage our email in different...</small></li>
<li><a href='http://squaregalaxy.com/tech/cyberduck-2/' rel='bookmark' title='Permanent Link: Cyberduck'>Cyberduck</a> <small>Despite having a pretty cool name, Cyberduck is a pretty...</small></li>
<li><a href='http://squaregalaxy.com/tech/neooffice-ships-version-21/' rel='bookmark' title='Permanent Link: NeoOffice ships version 2.1'>NeoOffice ships version 2.1</a> <small>I&#8217;ve been using OpenOffice.org on macs long before I even...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>GPG is a way to digitally sign email messages so that other people can know that they came from you.  It can also be used to encrypt messages<a href="http://mail.chem.byu.edu/pipermail/xml/">.</a> Getting GPG to work is easy if you know the right way to do it, or difficult if you don&#8217;t.  Here are some steps for the Mac user to get started with GPG:<span id="more-90"></span></p>
<p><a href="http://macgpg.sourceforge.net/">http://macgpg.sourceforge.net</a> is the best place to start off.  If you want to understand in great depth about all the stuff, you should read the <a href="http://macgpg.sourceforge.net/docs/mac-gpg-faq.en.rtf"><acronym title="Frequently Asked Questions">FAQ</acronym> document (<acronym title="Rich Text File">RTF</acronym>)</a>.</p>
<p>First download and run the <strong>GNU Privacy Guard</strong> installer.  This will install all the GPG tools onto your system.  However, unless you like using the command line, you probably want to install a couple of graphical programs.  I suggest <strong>GPG Keychain Access</strong> which will help you create and manage keys.  I also suggest <strong>GPGPreferences</strong> which will help you configure the GPG tools, although you probably won&#8217;t need to do much with it.</p>
<p>You will probably want to create yourself a key which you will use to sign your emails.  You can do this in the GPG Keychain Access program.</p>
<p>Next, you will want to make sure your email program is configured to use your GPG key.  If you are using <a href="http://www.mozilla.org/products/thunderbird/">Mozilla Thunderbird</a>, then you can install the GPG plugin called <a href="http://enigmail.mozdev.org/download.html">Enigmail</a>.  If you are using Apple&#8217;s Mail program, you should download, install, and use a plugin available <a href="http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html">here</a>.</p>
<p><em>Follow any of these instructions at your own risk.  I am not responsible if you or these programs screw up your computer.</em></p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/cleaning-out-the-inbox/' rel='bookmark' title='Permanent Link: Cleaning out the inbox'>Cleaning out the inbox</a> <small>I think we all probably manage our email in different...</small></li>
<li><a href='http://squaregalaxy.com/tech/cyberduck-2/' rel='bookmark' title='Permanent Link: Cyberduck'>Cyberduck</a> <small>Despite having a pretty cool name, Cyberduck is a pretty...</small></li>
<li><a href='http://squaregalaxy.com/tech/neooffice-ships-version-21/' rel='bookmark' title='Permanent Link: NeoOffice ships version 2.1'>NeoOffice ships version 2.1</a> <small>I&#8217;ve been using OpenOffice.org on macs long before I even...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/using-gpg-for-signing-messages-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
