<?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: AES Cryptography for Actionscript &amp; PHP</title>
	<atom:link href="http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/</link>
	<description>Lost In Actionscript</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:01:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane McCartney</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2718</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Wed, 08 Sep 2010 12:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2718</guid>
		<description>You can have the key in hex if you like or not as in my demo.</description>
		<content:encoded><![CDATA[<p>You can have the key in hex if you like or not as in my demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gingerman</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2717</link>
		<dc:creator>gingerman</dc:creator>
		<pubDate>Wed, 08 Sep 2010 10:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2717</guid>
		<description>Hi Shane, this all seems very easy to use, but I have one question.
If I trace the actual key variable it is not in hex. If I change these values into hex - is this the actual key?

Thanks and well done for bringing us this. I know almost nothing of cryptography.

Steve</description>
		<content:encoded><![CDATA[<p>Hi Shane, this all seems very easy to use, but I have one question.<br />
If I trace the actual key variable it is not in hex. If I change these values into hex &#8211; is this the actual key?</p>
<p>Thanks and well done for bringing us this. I know almost nothing of cryptography.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2703</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Mon, 19 Jul 2010 08:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2703</guid>
		<description>Nice job guys, it&#039;s always great when something works! :)</description>
		<content:encoded><![CDATA[<p>Nice job guys, it&#8217;s always great when something works! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roel</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2702</link>
		<dc:creator>Roel</dc:creator>
		<pubDate>Sun, 18 Jul 2010 20:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2702</guid>
		<description>Thx as3developer/Shane, that&#039;s just what i needed! :-). Works fine now over amfphp!</description>
		<content:encoded><![CDATA[<p>Thx as3developer/Shane, that&#8217;s just what i needed! :-). Works fine now over amfphp!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as3developer</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2700</link>
		<dc:creator>as3developer</dc:creator>
		<pubDate>Fri, 09 Jul 2010 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2700</guid>
		<description>with amfphp replace $SBox  and $RCon with $GLOBALS[&#039;Sbox&#039;]. The issue is probably how class member access globals.</description>
		<content:encoded><![CDATA[<p>with amfphp replace $SBox  and $RCon with $GLOBALS['Sbox']. The issue is probably how class member access globals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2671</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Thu, 06 May 2010 09:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2671</guid>
		<description>Ahh ok it must be something wierd then in the version of AMFPHP you were trying over the one in ZendAMF. I would say it&#039;s some kind of unexpected charcode changes which happen using the AMF service.</description>
		<content:encoded><![CDATA[<p>Ahh ok it must be something wierd then in the version of AMFPHP you were trying over the one in ZendAMF. I would say it&#8217;s some kind of unexpected charcode changes which happen using the AMF service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mx7102</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2670</link>
		<dc:creator>mx7102</dc:creator>
		<pubDate>Wed, 05 May 2010 20:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2670</guid>
		<description>broke my head down trying to make it work but it just didn&#039;t, funny thing is it actually worked like a charm in Zend AMF implementation... i guess i&#039;ll stick with it ...  still sad cause i couldn&#039;t find out what was the issue... anyway thanks for the code !!! keep it up!</description>
		<content:encoded><![CDATA[<p>broke my head down trying to make it work but it just didn&#8217;t, funny thing is it actually worked like a charm in Zend AMF implementation&#8230; i guess i&#8217;ll stick with it &#8230;  still sad cause i couldn&#8217;t find out what was the issue&#8230; anyway thanks for the code !!! keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2669</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Tue, 04 May 2010 07:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2669</guid>
		<description>I am not to sure but you would think it would work the same. I think it might be like you say or something more basic to do with the key or block cipher you are using on either side. Try my demos in this post if they don&#039;t work with the same encryption text then we can be fairly certain it&#039;s a coding bug with the library or otherwise ;)</description>
		<content:encoded><![CDATA[<p>I am not to sure but you would think it would work the same. I think it might be like you say or something more basic to do with the key or block cipher you are using on either side. Try my demos in this post if they don&#8217;t work with the same encryption text then we can be fairly certain it&#8217;s a coding bug with the library or otherwise ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mx7102</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2668</link>
		<dc:creator>mx7102</dc:creator>
		<pubDate>Mon, 03 May 2010 15:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2668</guid>
		<description>tried to use this method though amfphp and it doesn&#039;t work, the AESDecryptCtr function does not decrypt correctly the string passed by amf... i&#039;m guessing it&#039;s an encoding issue but i&#039;ll keep trying... any clues ??</description>
		<content:encoded><![CDATA[<p>tried to use this method though amfphp and it doesn&#8217;t work, the AESDecryptCtr function does not decrypt correctly the string passed by amf&#8230; i&#8217;m guessing it&#8217;s an encoding issue but i&#8217;ll keep trying&#8230; any clues ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://www.lostinactionscript.com/blog/index.php/2009/11/29/aes-cryptography-for-actionscript-php/comment-page-1/#comment-2555</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Sat, 20 Mar 2010 07:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/blog/?p=296#comment-2555</guid>
		<description>Well to be anal, in your example you encrypt &#039;text&#039; then expecting &#039;thetext&#039; but this is probably a typo. I can only expect you are not using the correct PHP AES library I used this one http://www.movable-type.co.uk/scripts/aes-php.html</description>
		<content:encoded><![CDATA[<p>Well to be anal, in your example you encrypt &#8216;text&#8217; then expecting &#8216;thetext&#8217; but this is probably a typo. I can only expect you are not using the correct PHP AES library I used this one <a href="http://www.movable-type.co.uk/scripts/aes-php.html" rel="nofollow">http://www.movable-type.co.uk/scripts/aes-php.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
