csharp
Loading editor...
Generate unique identifiers for databases, APIs, and applications
Generate Microsoft-style GUIDs (same format as UUID v4)
GUID (Globally Unique Identifier) is Microsoft's term for UUID. They are functionally identical - same format, same generation algorithm. GUIDs are often displayed in uppercase in Microsoft environments.
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.