<?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: Simple Score Submission Security</title>
	<atom:link href="http://doogog.com/simple-score-submissions-security.html/feed" rel="self" type="application/rss+xml" />
	<link>http://doogog.com/simple-score-submissions-security.html</link>
	<description>Lots of fun games!  Yay!</description>
	<lastBuildDate>Sat, 17 Jul 2010 22:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John</title>
		<link>http://doogog.com/simple-score-submissions-security.html/comment-page-1#comment-152</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://doogog.com/simple-score-submissions-security.html#comment-152</guid>
		<description>A bit late but it is actually the hash_hmac function that you would want to use e.g.

hash_hmac(&#039;md5&#039;, $playerData, $key);</description>
		<content:encoded><![CDATA[<p>A bit late but it is actually the hash_hmac function that you would want to use e.g.</p>
<p>hash_hmac(&#8216;md5&#8242;, $playerData, $key);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kriss Daniels</title>
		<link>http://doogog.com/simple-score-submissions-security.html/comment-page-1#comment-24</link>
		<dc:creator>Kriss Daniels</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://doogog.com/simple-score-submissions-security.html#comment-24</guid>
		<description>Sorry but this doesn&#039;t work, the general flash score hacker does it by tweaking internal flash variable numbers (ie their score) using simple memhack (think action replay) cheat software.

So they probably wouldn&#039;t even notice this...

I use replays. Sounds complicated but isn&#039;t that bad if you only check suspicious scores and do so on the client.</description>
		<content:encoded><![CDATA[<p>Sorry but this doesn&#8217;t work, the general flash score hacker does it by tweaking internal flash variable numbers (ie their score) using simple memhack (think action replay) cheat software.</p>
<p>So they probably wouldn&#8217;t even notice this&#8230;</p>
<p>I use replays. Sounds complicated but isn&#8217;t that bad if you only check suspicious scores and do so on the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://doogog.com/simple-score-submissions-security.html/comment-page-1#comment-16</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 17 Jan 2008 20:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://doogog.com/simple-score-submissions-security.html#comment-16</guid>
		<description>useful idea! however, just fyi - mhash is deprecated in the newest versions of PHP, there&#039;s a new built-in hash library

you&#039;d actually want to use: hash(&quot;md5&quot;, $playerData, $key)

- andrew</description>
		<content:encoded><![CDATA[<p>useful idea! however, just fyi &#8211; mhash is deprecated in the newest versions of PHP, there&#8217;s a new built-in hash library</p>
<p>you&#8217;d actually want to use: hash(&#8220;md5&#8243;, $playerData, $key)</p>
<p>- andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
