javascript
Loading editor...
Generate unique identifiers for databases, APIs, and applications
Generate NIL UUID (Null UUID) - a special identifier consisting of all zeros
The NIL UUID (also called Null UUID) is a special UUID consisting entirely of zeros. It represents an empty or uninitialized UUID value and is defined in RFC 4122.
RFC 4122 Compliant
All UUIDs generated follow the official RFC 4122 standard.
Cryptographically Secure
UUID v4 uses cryptographically secure random number generation.
No Server Storage
All generation happens in your browser. Nothing is stored on our servers.