<?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: MySQL Security</title>
	<atom:link href="/2012/06/mysql-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlfanboy.com/2012/06/mysql-security/</link>
	<description>Almost crazy about Opensource / Free  information.</description>
	<lastBuildDate>Fri, 25 Oct 2013 15:37:31 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>By: Manuel</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-2351</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 14:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-2351</guid>
		<description><![CDATA[Hi again,
can you say me what is wrong in this algorythm:

select cast(sha1(
		concat(unhex(&#039;2e59557d363440263c3d5b332e2a2623795b3b56&#039;),
		unhex(sha1(sha1((&#039;P@ssw0rd&#039;))))))
		as char) c;
assuming 2e59557d363440263c3d5b332e2a2623795b3b56 is the hex representation of then scramble.

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi again,<br />
can you say me what is wrong in this algorythm:</p>
<p>select cast(sha1(<br />
		concat(unhex(&#8217;2e59557d363440263c3d5b332e2a2623795b3b56&#8242;),<br />
		unhex(sha1(sha1((&#8216;P@ssw0rd&#8217;))))))<br />
		as char) c;<br />
assuming 2e59557d363440263c3d5b332e2a2623795b3b56 is the hex representation of then scramble.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-2350</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 14:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-2350</guid>
		<description><![CDATA[Other question: when i use an online SHA1 Generator always become a 40 size char like dc76e9f0c0006e8f919e0c515c66dbba3982f785. But your examples show chars like 
Ib0S3Bg/dA7nbye3jrOcitlyp1c=
Are there diferents types of SHA1?

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Other question: when i use an online SHA1 Generator always become a 40 size char like dc76e9f0c0006e8f919e0c515c66dbba3982f785. But your examples show chars like<br />
Ib0S3Bg/dA7nbye3jrOcitlyp1c=<br />
Are there diferents types of SHA1?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-2349</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 20:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-2349</guid>
		<description><![CDATA[The scramble (a random code made by the MySQL server) is add (pre-pended) to the SHA1 of the stage1_hash. 

In my example that would be 1a2b3c4d + Ib0S3Bg/dA7nbye3jrOcitlyp1c=  or &quot;1a2b3c4dIb0S3Bg/dA7nbye3jrOcitlyp1c=&quot;]]></description>
		<content:encoded><![CDATA[<p>The scramble (a random code made by the MySQL server) is add (pre-pended) to the SHA1 of the stage1_hash. </p>
<p>In my example that would be 1a2b3c4d + Ib0S3Bg/dA7nbye3jrOcitlyp1c=  or &#8220;1a2b3c4dIb0S3Bg/dA7nbye3jrOcitlyp1c=&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-2348</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 13:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-2348</guid>
		<description><![CDATA[Hi Mark,
what do you mean with:

SHA1(scramble + SHA1(stage1_hash)

scramble must be added to sha1-function&#039;s return? How?
Thanks in advance,
Manuel]]></description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
what do you mean with:</p>
<p>SHA1(scramble + SHA1(stage1_hash)</p>
<p>scramble must be added to sha1-function&#8217;s return? How?<br />
Thanks in advance,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Barrere</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-933</link>
		<dc:creator><![CDATA[Chip Barrere]]></dc:creator>
		<pubDate>Sat, 23 Jun 2012 04:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-933</guid>
		<description><![CDATA[Great post, Mark! It forced me to rethink my own security practices.]]></description>
		<content:encoded><![CDATA[<p>Great post, Mark! It forced me to rethink my own security practices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Accutech</title>
		<link>http://www.mysqlfanboy.com/2012/06/mysql-security/comment-page-1/#comment-811</link>
		<dc:creator><![CDATA[Accutech]]></dc:creator>
		<pubDate>Tue, 19 Jun 2012 17:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlfanboy.com/?p=830#comment-811</guid>
		<description><![CDATA[Great information thanks for the post. Great detail I look forward to the next post]]></description>
		<content:encoded><![CDATA[<p>Great information thanks for the post. Great detail I look forward to the next post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
