base62 icon indicating copy to clipboard operation
base62 copied to clipboard

Base62 encoder and decoder for arbitrary data

Results 4 base62 issues
Sort by recently updated
recently updated
newest added

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...

question

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!