<?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: php: Create Url Safe Encrypted String</title>
	<atom:link href="http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/</link>
	<description>simple man/complex world</description>
	<lastBuildDate>Mon, 14 May 2012 15:58:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: joe-riggs.com</title>
		<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/comment-page-1/#comment-11325</link>
		<dc:creator>joe-riggs.com</dc:creator>
		<pubDate>Sun, 05 Jun 2011 06:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=408#comment-11325</guid>
		<description>Php create url safe encrypted string.. Corking :)</description>
		<content:encoded><![CDATA[<p>Php create url safe encrypted string.. Corking <img src='http://joe-riggs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherman Unkefer</title>
		<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/comment-page-1/#comment-7832</link>
		<dc:creator>Sherman Unkefer</dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=408#comment-7832</guid>
		<description>I thought the __toString() would be useful. I was having the same problem that you are describing here. (did a google search and found your blog).</description>
		<content:encoded><![CDATA[<p>I thought the __toString() would be useful. I was having the same problem that you are describing here. (did a google search and found your blog).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana</title>
		<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/comment-page-1/#comment-6505</link>
		<dc:creator>Diana</dc:creator>
		<pubDate>Sun, 21 Nov 2010 18:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=408#comment-6505</guid>
		<description>You rock Joe. You saved me. I spent several hours until I found your blog. 

http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/

Thanks.</description>
		<content:encoded><![CDATA[<p>You rock Joe. You saved me. I spent several hours until I found your blog. </p>
<p><a href="http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/" rel="nofollow">http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/comment-page-1/#comment-5946</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Thu, 09 Sep 2010 21:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=408#comment-5946</guid>
		<description>his script has errors, try this

for($i = 0; $i &lt; 255; $i++){
  $cc=mencrypt($i,&quot;key-change-this&quot;);
  echo $cc.&#039;&#039;;
  $dd=mdecrypt($cc,&quot;key-change-this&quot;);
  echo $dd.&#039;&#039;;
}

error: 3, 31, ...</description>
		<content:encoded><![CDATA[<p>his script has errors, try this</p>
<p>for($i = 0; $i &lt; 255; $i++){<br />
  $cc=mencrypt($i,&quot;key-change-this&quot;);<br />
  echo $cc.&#039;&#8217;;<br />
  $dd=mdecrypt($cc,&#8221;key-change-this&#8221;);<br />
  echo $dd.&#8221;;<br />
}</p>
<p>error: 3, 31, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkofCain</title>
		<link>http://joe-riggs.com/blog/2009/08/php-create-url-safe-encrypted-string/comment-page-1/#comment-3993</link>
		<dc:creator>MarkofCain</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=408#comment-3993</guid>
		<description>Thanks.  Just what I was looking for.  Is there a way to shorten the string -- say down to 8 characters?</description>
		<content:encoded><![CDATA[<p>Thanks.  Just what I was looking for.  Is there a way to shorten the string &#8212; say down to 8 characters?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

