News Feed
Jobs Feed
Sections




News Archive
Marcus Bointon's Blog:
PHP Base-62 Encoding
August 11, 2011 @ 11:28:46

In a recent post Marcus Bointon looks at a hashing method that's not one as commonly used by developers as the usual base64 - base-62 encoding that plays a bit nicer with things like URLs and emails due to the character set it allows.

There's a really horrible bug (though they won't call it that!) in Apache's mod_rewrite that means that urlencoded inputs in rewrites get unescaped in their transformation to output patterns. The bug actually remains unfixed, though a workaround first appeared in Apache 2.2.12. [...] Base-62 is interesting as it can be made safe for use in URLs, DNS, email addresses and pathnames, unlike any available encoding of base-64, as it only includes [0-9A-Za-z].

He originally wrote his own parser, but notes that now the BCMath and gmp extensions make it much simpler, just a call to gmp_strval with gmp_init. This method works, but it's still not quite all he wanted so he created his own encoder to do the job.

0 comments voice your opinion now!
base62 base64 encode gmp mcmath extension hash


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Using JIRA's REST API to Create a Dashboard

Zend Developer Zone: Wrapping C++ Classes in a PHP Extension

Mike\'s Blog: Hash Extension

Christopher Kunz's Blog: Thoughts on ext/filter et al.

Greg Beaver's Blog: pecl/docblock version 0.2.0 released


Community Events











Don't see your event here?
Let us know!


zendframework2 phpunit development interview conference introduction usergroup functional release opinion rest community podcast google database testing series language symfony2 framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework