A simple base62 encoding/decoding library. Useful for putting large numbers in URLs.

Examples:

encode(1000) = G8

decode(G8) = 1000

Powered by AppJet
source
rendered in 0.005s