<?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: How to Obfuscate Integer IDs</title>
	<atom:link href="http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/feed/" rel="self" type="application/rss+xml" />
	<link>http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/</link>
	<description>Web Development, Travel, Photography, and more</description>
	<lastBuildDate>Thu, 20 May 2010 00:26:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/comment-page-1/#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 May 2010 00:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://raymorgan.net/?p=6#comment-84</guid>
		<description>You&#039;re correct that the colon has a special meaning in both the auth and protocol portion of a URI, but it doesn&#039;t cause any problem when used in the query string portion. Still, you can certainly replace it with %3A or change it to use other characters, like dash, dot, $ or underscore, on lines 18 and 24. Integers &gt; 2^31-1 would require a more complex implementation, as PHP&#039;s integer-handling gets sketchy above that number. </description>
		<content:encoded><![CDATA[<p>You&#8217;re correct that the colon has a special meaning in both the auth and protocol portion of a URI, but it doesn&#8217;t cause any problem when used in the query string portion. Still, you can certainly replace it with %3A or change it to use other characters, like dash, dot, $ or underscore, on lines 18 and 24. Integers > 2^31-1 would require a more complex implementation, as PHP&#8217;s integer-handling gets sketchy above that number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salentinux</title>
		<link>http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/comment-page-1/#comment-83</link>
		<dc:creator>salentinux</dc:creator>
		<pubDate>Wed, 19 May 2010 18:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://raymorgan.net/?p=6#comment-83</guid>
		<description>Good article,

but it generates the &quot; : &quot; character in the encoded string that cannot be in a url because it is used for the authentication. For example encoding the int 1689 with CRYPT_SALT &quot;some random string&quot; generates &quot;NgvsvpI62eNcmhduKmX:w&quot; (without &quot;). This string pasted in a browser will fail due to &quot;:&quot; char.

Waht if I want to support a wider range of integers? (&gt; 2^31-1)

Thanks.</description>
		<content:encoded><![CDATA[<p>Good article,</p>
<p>but it generates the &#8221; : &#8221; character in the encoded string that cannot be in a url because it is used for the authentication. For example encoding the int 1689 with CRYPT_SALT &#8220;some random string&#8221; generates &#8220;NgvsvpI62eNcmhduKmX:w&#8221; (without &#8220;). This string pasted in a browser will fail due to &#8220;:&#8221; char.</p>
<p>Waht if I want to support a wider range of integers? (&gt; 2^31-1)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention How to Obfuscate Integer IDs : Ray Morgan -- Topsy.com</title>
		<link>http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/comment-page-1/#comment-82</link>
		<dc:creator>Tweets that mention How to Obfuscate Integer IDs : Ray Morgan -- Topsy.com</dc:creator>
		<pubDate>Thu, 21 Jan 2010 07:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://raymorgan.net/?p=6#comment-82</guid>
		<description>[...] This post was mentioned on Twitter by alex knorr, Sam Hunt. Sam Hunt said: News Update: How to Obfuscate Integer IDs : Ray Morgan http://ow.ly/16o00Z [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by alex knorr, Sam Hunt. Sam Hunt said: News Update: How to Obfuscate Integer IDs : Ray Morgan <a href="http://ow.ly/16o00Z" rel="nofollow">http://ow.ly/16o00Z</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
