base62
base62 copied to clipboard
Base62 encoder and decoder for arbitrary data
My understanding is that there is no formal spec for base62, but that the ["glowfall"](https://github.com/glowfall/base62) implementation (despite its lack of stars) has become the _de facto_ implementation (used the most...
This is something of an edge case, but it's reasonably important if encoded strings are embedded in URLs - incomplete data is better than trashed data. If I encode a...
Just an FYI, I ported this library to JavaScript: https://github.com/davidbarratt/base62.io enjoy!