sequence-id-generator
Generate base62 pseudo-random sequence IDs
Generate base62 pseudo-random sequence IDs
Generate short, reversible, pseudo-unique hashes for numeric values. Inspired by KevBurnsJr's original PHP implementation.
Base encoding / decoding of any given alphabet
Encode & decode strings, bytes, and integers to Base62
Base62 non-sequential url-safe UUID generator (RFC4122)
Convert string in any base.
A lightweight utility for fast access to the most commonly used hashing algorithms including SHA, Blake2, and PBKDF2
Deterministic and compact ID generation for API resources using pluggable hashing.
Fast base encoding/decoding of any given alphabet
A TypeScript library for working with arbitrary bases
A utility package to encode and decode generic encoding algorithms. By default base62 will be used however other encodings such as base58 or custom will be supported in future releases.