<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ericHurst</title>
	<atom:link href="http://www.erichurst.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichurst.com</link>
	<description>cut it to the left and I rock...</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:00:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple Two Way Encryption for Ruby on Rails by sco</title>
		<link>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/comment-page-1/#comment-5774</link>
		<dc:creator>sco</dc:creator>
		<pubDate>Sat, 14 Nov 2009 20:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=361#comment-5774</guid>
		<description>Very cool, nice that the gem supports that.

Another solution (sort of) is to use asymmetric (public key) encryption -- so that one key is used to encrypt stuff, but another key is require to decrypt it. E.g., if you&#039;re storing credit card numbers, you could set up a separate billing server with the private key, and keep it behind a very tight firewall. That way, you could give your attacker access to the whole database and application without revealing the secrets. Here&#039;s an old-but-good writeup on that approach: http://blog.leetsoft.com/2006/03/14/simple-encryption</description>
		<content:encoded><![CDATA[<p>Very cool, nice that the gem supports that.</p>
<p>Another solution (sort of) is to use asymmetric (public key) encryption &#8212; so that one key is used to encrypt stuff, but another key is require to decrypt it. E.g., if you&#8217;re storing credit card numbers, you could set up a separate billing server with the private key, and keep it behind a very tight firewall. That way, you could give your attacker access to the whole database and application without revealing the secrets. Here&#8217;s an old-but-good writeup on that approach: <a href="http://blog.leetsoft.com/2006/03/14/simple-encryption" rel="nofollow">http://blog.leetsoft.com/2006/03/14/simple-encryption</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Two Way Encryption for Ruby on Rails by Eric Hurst</title>
		<link>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/comment-page-1/#comment-5773</link>
		<dc:creator>Eric Hurst</dc:creator>
		<pubDate>Sat, 14 Nov 2009 19:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=361#comment-5773</guid>
		<description>Sco,

You are quite right. Sean addresses this challenge here: &lt;a href=&quot;http://wiki.github.com/shuber/attr_encrypted/questionsandanswers&quot; rel=&quot;nofollow&quot;&gt;http://wiki.github.com/shuber/attr_encrypted/questionsandanswers&lt;/a&gt;. Basically, set the key as a proc, and require the user to enter a password anytime they wish to access any encrypted data.</description>
		<content:encoded><![CDATA[<p>Sco,</p>
<p>You are quite right. Sean addresses this challenge here: <a href="http://wiki.github.com/shuber/attr_encrypted/questionsandanswers" rel="nofollow">http://wiki.github.com/shuber/attr_encrypted/questionsandanswers</a>. Basically, set the key as a proc, and require the user to enter a password anytime they wish to access any encrypted data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Two Way Encryption for Ruby on Rails by sco</title>
		<link>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/comment-page-1/#comment-5772</link>
		<dc:creator>sco</dc:creator>
		<pubDate>Sat, 14 Nov 2009 19:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=361#comment-5772</guid>
		<description>Nice article. I think it&#039;s worth mentioning, though, that the encrypted data is only as safe as the key. So if an attacker just got access to the database, the SSNs are safe. But if they got access to the app server (or your git repo, or whatever), then the secrets would be out.</description>
		<content:encoded><![CDATA[<p>Nice article. I think it&#8217;s worth mentioning, though, that the encrypted data is only as safe as the key. So if an attacker just got access to the database, the SSNs are safe. But if they got access to the app server (or your git repo, or whatever), then the secrets would be out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make .bashrc Work for You with Aliases by Samuel</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4376</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 08 Jun 2009 20:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4376</guid>
		<description>if you separate your commands with a &quot;;&quot; you can use a single alias to call a series of commands. 

Example: clearing the screen and listing contents of the current directory - alias cls=&#039;clear; ls&#039;</description>
		<content:encoded><![CDATA[<p>if you separate your commands with a &#8220;;&#8221; you can use a single alias to call a series of commands. </p>
<p>Example: clearing the screen and listing contents of the current directory &#8211; alias cls=&#8217;clear; ls&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Developers Responsibility by Christian Ross</title>
		<link>http://www.erichurst.com/a-developers-responsibility/comment-page-1/#comment-4373</link>
		<dc:creator>Christian Ross</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=334#comment-4373</guid>
		<description>Good thoughts. With the real-time page you guys built, it seems as though your team is thoroughly interested in the community. I am sure it shows to the members.

While having a goal of learning something new is quite lofty, it is admirable and one that we should all probably aim towards. More often than I&#039;d like to admit, I&#039;m sure I end up falling back to what is comfortable or what I know and not stepping back to figure out if there&#039;s a new/better way to solve problems or gain insight.</description>
		<content:encoded><![CDATA[<p>Good thoughts. With the real-time page you guys built, it seems as though your team is thoroughly interested in the community. I am sure it shows to the members.</p>
<p>While having a goal of learning something new is quite lofty, it is admirable and one that we should all probably aim towards. More often than I&#8217;d like to admit, I&#8217;m sure I end up falling back to what is comfortable or what I know and not stepping back to figure out if there&#8217;s a new/better way to solve problems or gain insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make .bashrc Work for You with Aliases by Eric Hurst</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4372</link>
		<dc:creator>Eric Hurst</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4372</guid>
		<description>@NewMonarch, I like those. Adding them now.</description>
		<content:encoded><![CDATA[<p>@NewMonarch, I like those. Adding them now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make .bashrc Work for You with Aliases by NewMonarch</title>
		<link>http://www.erichurst.com/make-bashrc-work-for-you-with-aliases/comment-page-1/#comment-4371</link>
		<dc:creator>NewMonarch</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=344#comment-4371</guid>
		<description>For Rails development, I also use a couple shorthand aliases that I fire up constantly.

alias ss=&quot;script/server&quot;
alias sc=&quot;script/console&quot;</description>
		<content:encoded><![CDATA[<p>For Rails development, I also use a couple shorthand aliases that I fire up constantly.</p>
<p>alias ss=&#8221;script/server&#8221;<br />
alias sc=&#8221;script/console&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts About My Dad and the Last 25 Years by Rob</title>
		<link>http://www.erichurst.com/thoughts-about-my-dad-and-the-last-25-years/comment-page-1/#comment-3084</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 14 Feb 2009 01:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=306#comment-3084</guid>
		<description>From every angle I&#039;ve heard (after all, I&#039;m only a &quot;listener&quot; for the most part), radio sounds like a cruel business. Your dad sounds like a stellar person, and I look forward to meeting him one day. 

It sounds to me like his brand doesn&#039;t need a radio station to prosper.</description>
		<content:encoded><![CDATA[<p>From every angle I&#8217;ve heard (after all, I&#8217;m only a &#8220;listener&#8221; for the most part), radio sounds like a cruel business. Your dad sounds like a stellar person, and I look forward to meeting him one day. </p>
<p>It sounds to me like his brand doesn&#8217;t need a radio station to prosper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts About My Dad and the Last 25 Years by Janet</title>
		<link>http://www.erichurst.com/thoughts-about-my-dad-and-the-last-25-years/comment-page-1/#comment-3064</link>
		<dc:creator>Janet</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=306#comment-3064</guid>
		<description>I am in shock! It has been such a pleasure knowing and working with your Dad over the years. He will know me as &quot;the trouble maker&quot; from Adopt A Family. God bless the Hurst family!</description>
		<content:encoded><![CDATA[<p>I am in shock! It has been such a pleasure knowing and working with your Dad over the years. He will know me as &#8220;the trouble maker&#8221; from Adopt A Family. God bless the Hurst family!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts About My Dad and the Last 25 Years by Steve Wilson</title>
		<link>http://www.erichurst.com/thoughts-about-my-dad-and-the-last-25-years/comment-page-1/#comment-3063</link>
		<dc:creator>Steve Wilson</dc:creator>
		<pubDate>Thu, 12 Feb 2009 19:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichurst.com/?p=306#comment-3063</guid>
		<description>I&#039;ve always admired your Dad&#039;s integrity because of who he was, like you said, on and off the air.  Dan is a force to be reckoned with.  God will use this for His glory.  What a legacy to pass on to the Hurst&#039;s to come for generations untold.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always admired your Dad&#8217;s integrity because of who he was, like you said, on and off the air.  Dan is a force to be reckoned with.  God will use this for His glory.  What a legacy to pass on to the Hurst&#8217;s to come for generations untold.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
