Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 442 Bytes

File metadata and controls

10 lines (6 loc) · 442 Bytes

Base62

Base62 encoder/decoder for Java.

See here for example usage.

Supports custom character sets for base62.

This is really just a dummy project that I used to test out some things with git/github and there are probably much better implementations of base62 for java on github already. Feel free to contribute any improvements/ideas though!