show/hide this revision's text 2 added 118 characters in body

You don't want base64 encoding, you want to represent a number base 10 numeral in numeral base X.An example would be

If you want your base 10 numeral represented in the 26 ; letters available you could use: http://en.wikipedia.org/wiki/Hexavigesimal.

Ideally you would want the (You can extend that example for a much larger base to be count(legal by using all the legal url characters).characters)

You should atleast be able to get base 38 (26 letters, 10 numbers, +, _)

show/hide this revision's text 1

You don't want base64 encoding, you want to represent a number in numeral base X. An example would be base 26; http://en.wikipedia.org/wiki/Hexavigesimal .

Ideally you would want the base to be count(legal url characters).