uuid
UUID generator
A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security.
A tiny (~230B)and fast UUID (V4) generator for Node and the browser
397 stars
5 watching
12 forks
Language: JavaScript
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lukeed/uid | A utility to generate unique fixed-length random IDs. | 657 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
lukeed/hexoid | Generates random hexadecimal IDs of fixed length | 195 |
jakenvac/goid | A UUID generator package in Go. | 41 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,592 |
rekby/fastuuid | An optimized implementation of UUIDv4 generators in Go. | 0 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,805 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
wyhaines/csuuid.cr | A small UUID library that generates chronologically sortable UUIDs in Crystal | 15 |
skorokithakis/shortuuid | Generates concise and URL-safe IDs for use in applications | 2,090 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
edwingeng/wuid | A fast and unique identifier generator | 534 |