<?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: Database encryption made easy	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/database-encryption-made-easy/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Thu, 29 Nov 2018 14:54:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Ar Condicionado		</title>
		<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy/comment-page-1#comment-2861</link>

		<dc:creator><![CDATA[Ar Condicionado]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 14:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/blog/archives/10#comment-2861</guid>

					<description><![CDATA[Yea ! i Agree in &#039;I even googled and found out that it must be stored in a blob and I still get NULL.&#039; Thanks for sharing!]]></description>
			<content:encoded><![CDATA[<p>Yea ! i Agree in &#8216;I even googled and found out that it must be stored in a blob and I still get NULL.&#8217; Thanks for sharing!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy/comment-page-1#comment-1273</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/blog/archives/10#comment-1273</guid>

					<description><![CDATA[@alex

You have a lot more potential problems if somebody has access to enable query logging.  They could likely tcpdump the traffic as well, and likely have access to the encryption key as well.....   Security is only as good as the weakest link.]]></description>
			<content:encoded><![CDATA[<p>@alex</p>
<p>You have a lot more potential problems if somebody has access to enable query logging.  They could likely tcpdump the traffic as well, and likely have access to the encryption key as well&#8230;..   Security is only as good as the weakest link.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alex		</title>
		<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy/comment-page-1#comment-1272</link>

		<dc:creator><![CDATA[alex]]></dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/blog/archives/10#comment-1272</guid>

					<description><![CDATA[not so great, actually. enable query logging in mysql and you can see all password used to encrypt data.]]></description>
			<content:encoded><![CDATA[<p>not so great, actually. enable query logging in mysql and you can see all password used to encrypt data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy/comment-page-1#comment-8</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Tue, 02 Jan 2007 04:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/blog/archives/10#comment-8</guid>

					<description><![CDATA[Yes, my database column is a blob.  The MySQL documentation can be found here:
https://dev.mysql.com/doc/refman/4.1/en/encryption-functions.html

Exact debugging steps will depend on how you are calling the query.  If using PEAR, I will often do a print_r($db) after the database call.  There is a lot of stuff that it outputs, but it will contain the exact call it made to the database.  Make sure variable substitutions happened correctly.  If you want to send me some more specific info, I&#039;d be happy to look at it for you.

Thanks,
Brandon]]></description>
			<content:encoded><![CDATA[<p>Yes, my database column is a blob.  The MySQL documentation can be found here:<br />
<a href="https://dev.mysql.com/doc/refman/4.1/en/encryption-functions.html" rel="nofollow ugc">https://dev.mysql.com/doc/refman/4.1/en/encryption-functions.html</a></p>
<p>Exact debugging steps will depend on how you are calling the query.  If using PEAR, I will often do a print_r($db) after the database call.  There is a lot of stuff that it outputs, but it will contain the exact call it made to the database.  Make sure variable substitutions happened correctly.  If you want to send me some more specific info, I&#8217;d be happy to look at it for you.</p>
<p>Thanks,<br />
Brandon</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shogo Yahagi		</title>
		<link>https://www.brandonchecketts.com/archives/database-encryption-made-easy/comment-page-1#comment-7</link>

		<dc:creator><![CDATA[Shogo Yahagi]]></dc:creator>
		<pubDate>Tue, 02 Jan 2007 00:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/blog/archives/10#comment-7</guid>

					<description><![CDATA[I get NULL when I use that.  I even googled and found out that it must be stored in a blob and I still get NULL.  Does this really work?  I have the latest MySQL..

Are you using a blob?]]></description>
			<content:encoded><![CDATA[<p>I get NULL when I use that.  I even googled and found out that it must be stored in a blob and I still get NULL.  Does this really work?  I have the latest MySQL..</p>
<p>Are you using a blob?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
