<?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 on: Automatic DB Field Encryption in CakePHP</title>
	<atom:link href="http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/</link>
	<description>Random ramblings from the depths of my mind...</description>
	<lastBuildDate>Thu, 13 May 2010 19:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Daniel Magliola</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-251</link>
		<dc:creator>Daniel Magliola</dc:creator>
		<pubDate>Thu, 13 May 2010 19:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-251</guid>
		<description>This was EXACTLY what I needed, thank you SO much! You rock!!</description>
		<content:encoded><![CDATA[<p>This was EXACTLY what I needed, thank you SO much! You rock!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utoxin</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-152</link>
		<dc:creator>Utoxin</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-152</guid>
		<description>This is the basic idea for creating the IV.
&lt;pre lang=&quot;php&quot;&gt;
echo base64_encode(mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_cipher, MCRYPT_MODE_mode)));
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This is the basic idea for creating the IV.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #990000;">base64_encode</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">mcrypt_create_iv</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">mcrypt_get_iv_size</span><span style="color: #009900;">&#40;</span>MCRYPT_cipher<span style="color: #339933;">,</span> MCRYPT_MODE_mode<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-151</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-151</guid>
		<description>Could you elaborate a bit more on creating the IV please?  I bet it&#039;s dead obvious, but i&#039;m not sure how to create that.  

Thanks

Will</description>
		<content:encoded><![CDATA[<p>Could you elaborate a bit more on creating the IV please?  I bet it&#8217;s dead obvious, but i&#8217;m not sure how to create that.  </p>
<p>Thanks</p>
<p>Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-148</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 25 Nov 2009 06:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-148</guid>
		<description>Great behaviour, a part from being useful, it&#039;s very nice to see people that know how to use cake!</description>
		<content:encoded><![CDATA[<p>Great behaviour, a part from being useful, it&#8217;s very nice to see people that know how to use cake!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP Digest #19 – The Holy Shit Do I Have A Ton Of Links Edition &#124; PseudoCoder.com</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-134</link>
		<dc:creator>CakePHP Digest #19 – The Holy Shit Do I Have A Ton Of Links Edition &#124; PseudoCoder.com</dc:creator>
		<pubDate>Tue, 18 Aug 2009 02:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-134</guid>
		<description>[...] From @utoxin: a behavior to automatically encrypt and decrypt a DB field. [...]</description>
		<content:encoded><![CDATA[<p>[...] From @utoxin: a behavior to automatically encrypt and decrypt a DB field. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
