News

UUID.js is a JavaScript/ECMAScript library to generate RFC 9562 compliant Universally Unique IDentifiers (UUIDs). This library supports UUIDv4 (random number-based UUIDs), UUIDv1 (Gregorian time-based ...
A UUID (Universally Unique Identifier) can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network, ...
Generates RFC 4122 compliant UUIDs. Version 4 UUIDs (UUIDs from random numbers) and version 1 UUIDs (time-based UUIDs) are available. UUID object allows a variety of access to the UUID including ...