Quantcast
Channel: BlixtSystems
Viewing all articles
Browse latest Browse all 10

Base62 encode/decode with AS3 and PHP

$
0
0
When passing numeric values to an application using a URL, sometimes one wants to keep them short and have them alphanumeric rather than numeric. Base64 contains a couple of characters that are not URL friendly, and if you remove them you are left with Base62. I needed classes to handle that in both AS3 and [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles