<?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>Wed, 03 Mar 2010 17:18:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=8c6b596d3af49b2858bd265f572b3a44.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F8c6b596d3af49b285.png' width='40' height='40' alt='Wavatar' />By:  Utoxin</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-152</link>
		<dc:creator><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=8c6b596d3af49b2858bd265f572b3a44.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F8c6b596d3af49b285.png' width='40' height='40' alt='Wavatar' /> 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><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=c901002fd1c9ba4c58b0223c2f42e952.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2Fc901002fd1c9ba4c5.png' width='40' height='40' alt='Wavatar' />By:  Will</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-151</link>
		<dc:creator><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=c901002fd1c9ba4c58b0223c2f42e952.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2Fc901002fd1c9ba4c5.png' width='40' height='40' alt='Wavatar' /> 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><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=0cda3c84f292fd544c23733c62188de5.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F0cda3c84f292fd544.png' width='40' height='40' alt='Wavatar' />By:  Julien</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-148</link>
		<dc:creator><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=0cda3c84f292fd544c23733c62188de5.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F0cda3c84f292fd544.png' width='40' height='40' alt='Wavatar' /> 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><img class='wavatar' src='wp-content/cache/wavatars/blank.png' width='40' height='40' alt='Wavatar' />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><img class='wavatar' src='wp-content/cache/wavatars/blank.png' width='40' height='40' alt='Wavatar' /> 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>
	<item>
		<title><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=8c6b596d3af49b2858bd265f572b3a44.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F8c6b596d3af49b285.png' width='40' height='40' alt='Wavatar' />By:  Utoxin</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/comment-page-1/#comment-124</link>
		<dc:creator><img class='wavatar' src='http://www.gravatar.com/avatar.php?gravatar_id=8c6b596d3af49b2858bd265f572b3a44.jpg&amp;r=PG&amp;s=40&amp;d=http%3A%2F%2Fwww.utoxin.name%2Fwp-content%2Fcache%2Fwavatars%2F8c6b596d3af49b285.png' width='40' height='40' alt='Wavatar' /> Utoxin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.utoxin.name/?p=75#comment-124</guid>
		<description>Also, I just went and looked at the source code for Security::cipher. I&#039;m not confident that it is cryptographically secure. It&#039;s probably secure against a casual attack, but it doesn&#039;t look very robust.</description>
		<content:encoded><![CDATA[<p>Also, I just went and looked at the source code for Security::cipher. I&#8217;m not confident that it is cryptographically secure. It&#8217;s probably secure against a casual attack, but it doesn&#8217;t look very robust.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
