<?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: Corruption using MySQL AES_[EN&#124;DE]NCRYPT functions</title>
	<atom:link href="http://ronaldbradford.com/blog/corruption-using-mysql-aes_endencrypt-functions-2008-05-26/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/corruption-using-mysql-aes_endencrypt-functions-2008-05-26/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:35:19 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard Thomas</title>
		<link>http://ronaldbradford.com/blog/corruption-using-mysql-aes_endencrypt-functions-2008-05-26/comment-page-1/#comment-368</link>
		<dc:creator>Richard Thomas</dc:creator>
		<pubDate>Mon, 26 May 2008 03:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1072#comment-368</guid>
		<description>Don&#039;t use varchar, use binary

If you have to use varchar you can do a hex/unhex on it prior to storage to ensure the stored characters don&#039;t have issues.

Matter fact the mysql manual now clear states the whole binary bit
http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html</description>
		<content:encoded><![CDATA[<p>Don&#8217;t use varchar, use binary</p>
<p>If you have to use varchar you can do a hex/unhex on it prior to storage to ensure the stored characters don&#8217;t have issues.</p>
<p>Matter fact the mysql manual now clear states the whole binary bit<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Krouper</title>
		<link>http://ronaldbradford.com/blog/corruption-using-mysql-aes_endencrypt-functions-2008-05-26/comment-page-1/#comment-367</link>
		<dc:creator>Tom Krouper</dc:creator>
		<pubDate>Mon, 26 May 2008 00:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1072#comment-367</guid>
		<description>I&#039;d love to hear about the solution on this. We&#039;ve had something similar, but thought it was related to dumps and imports. What charset can handle all characters from aes_decrypt/encrypt?</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to hear about the solution on this. We&#8217;ve had something similar, but thought it was related to dumps and imports. What charset can handle all characters from aes_decrypt/encrypt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thomas</title>
		<link>http://ronaldbradford.com/blog/corruption-using-mysql-aes_endencrypt-functions-2008-05-26/comment-page-1/#comment-366</link>
		<dc:creator>Richard Thomas</dc:creator>
		<pubDate>Sun, 25 May 2008 23:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1072#comment-366</guid>
		<description>Check out the columns character set, The set your using does not support some of the characters coming out.</description>
		<content:encoded><![CDATA[<p>Check out the columns character set, The set your using does not support some of the characters coming out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
