pikaid-ts
Version:
Small · Sortable · Secure ID generator for JavaScript
21 lines (13 loc) • 688 B
Markdown
<p align="center">
<img src="logo.png" alt="pikaid" width="300" />
</p>
# Pikaid (TypeScript)
**Small · Sortable · Secure ID generator**
Pikaid is a 26-character, lowercase Base36 identifier composed of a 7-character timestamp and a 19-character cryptographically secure randomness. It provides a modern, compact alternative to UUID and ULID, with built-in lexicographical sortability and strong collision resistance.
## Specifications, Concepts, Design & Benchmarks
Full specifications and other information are avalible at [pikaid/pikaid-specs](https://github.com/pikaid/pikaid-specs).
# TypeScript pikaid implementation is coming soon...